Uses of Class
com.jidesoft.swing.SidePaneItem

Packages that use SidePaneItem
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. 
com.jidesoft.swing.event The package contains events for components under com.jidesoft.swing package for JIDE Common Layer. 
 

Uses of SidePaneItem in com.jidesoft.plaf
 

Methods in com.jidesoft.plaf that return SidePaneItem
abstract  SidePaneItem SidePaneUI.getItemForIndex(int index)
           
 

Uses of SidePaneItem in com.jidesoft.swing
 

Methods in com.jidesoft.swing that return SidePaneItem
 SidePaneItem SidePaneGroup.getSelectedItem()
          Gets the selected item.
 SidePaneItem SidePaneGroup.getSidePaneItem(Component comp)
          Checks if the component exists in this group.
 

Methods in com.jidesoft.swing with parameters of type SidePaneItem
protected  void SidePaneGroup.fireSidePaneEvent(SidePaneItem sidePaneItem, int id)
          Fires a side pane event.
 void SidePaneGroup.setSelectedItem(SidePaneItem selectedItem)
          Sets the selected item.
 

Uses of SidePaneItem in com.jidesoft.swing.event
 

Methods in com.jidesoft.swing.event that return SidePaneItem
 SidePaneItem SidePaneEvent.getSidePaneItem()
          Returns the originator of the event.
 

Constructors in com.jidesoft.swing.event with parameters of type SidePaneItem
SidePaneEvent(SidePaneItem source, int id)
           
 



Copyright © 2013. All Rights Reserved.