com.ebmwebsourcing.geasytools.geasyui.api.palette
Interface IPaletteGroup

All Known Implementing Classes:
PaletteGroup

public interface IPaletteGroup


Method Summary
 void addElement(IHasDragProxy dragProxy)
           
 void addParentGroup(IPaletteGroup group)
           
 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
 java.util.LinkedHashSet<IHasDragProxy> getElements()
           
 java.lang.String getName()
           
 IPaletteGroup getParentGroup()
           
 void setParentGroup(IPaletteGroup group)
           
 

Method Detail

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.