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

Packages that use IPaletteGroup
com.ebmwebsourcing.geasytools.geasyui.api.palette   
com.ebmwebsourcing.geasytools.geasyui.impl.palette   
 

Uses of IPaletteGroup in com.ebmwebsourcing.geasytools.geasyui.api.palette
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.palette that return IPaletteGroup
 IPaletteGroup IPaletteGroup.getParentGroup()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.palette that return types with arguments of type IPaletteGroup
 java.util.LinkedHashSet<IPaletteGroup> IPalette.getGroups()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.palette with parameters of type IPaletteGroup
 void IPalette.addGroup(IPaletteGroup group)
           
 void IPaletteGroup.addParentGroup(IPaletteGroup group)
           
 void IPaletteGroup.setParentGroup(IPaletteGroup group)
           
 

Uses of IPaletteGroup in com.ebmwebsourcing.geasytools.geasyui.impl.palette
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.palette that implement IPaletteGroup
 class PaletteGroup
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.palette that return IPaletteGroup
 IPaletteGroup PaletteGroup.getParentGroup()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.palette that return types with arguments of type IPaletteGroup
 java.util.LinkedHashSet<IPaletteGroup> Palette.getGroups()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.palette with parameters of type IPaletteGroup
 void Palette.addGroup(IPaletteGroup group)
           
 void PaletteGroup.addParentGroup(IPaletteGroup group)
           
 void PaletteGroup.setParentGroup(IPaletteGroup group)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.