com.ebmwebsourcing.geasytools.geasyui.api.palette
Interface IPaletteGroup
- All Known Implementing Classes:
- PaletteGroup
public interface IPaletteGroup
getName
java.lang.String getName()
getParentGroup
IPaletteGroup getParentGroup()
addParentGroup
void addParentGroup(IPaletteGroup group)
addElement
void addElement(IHasDragProxy dragProxy)
getElements
java.util.LinkedHashSet<IHasDragProxy> getElements()
setParentGroup
void setParentGroup(IPaletteGroup group)
clearGroup
void clearGroup()
- Remove all elements from this group
This is useful when the content of the group may change over time
For instance, after retrieving a list of remote objects
Copyright © 2010-2011 Petals Link. All Rights Reserved.