Uses of Class
com.jidesoft.swing.SidePaneGroup

Packages that use SidePaneGroup
com.jidesoft.plaf The package contains additional ComponentUI for JIDE components. 
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of SidePaneGroup in com.jidesoft.plaf
 

Methods in com.jidesoft.plaf that return SidePaneGroup
abstract  SidePaneGroup SidePaneUI.getGroupForIndex(int index)
           
 

Uses of SidePaneGroup in com.jidesoft.swing
 

Methods in com.jidesoft.swing that return types with arguments of type SidePaneGroup
 List<SidePaneGroup> SidePane.getGroups()
          Gets the list of groups in this components.
 

Methods in com.jidesoft.swing with parameters of type SidePaneGroup
 void SidePane.addGroup(SidePaneGroup group)
          Adds a SidePaneGroup to this component.
 void SidePane.removeGroup(SidePaneGroup group)
          Removes a SidePaneGroup from this component.
 



Copyright © 2013. All Rights Reserved.