Uses of Class
net.infonode.tabbedpanel.TabbedPanel

Packages that use TabbedPanel
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of TabbedPanel in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TabbedPanel
 TabbedPanel TabStateChangedEvent.getTabbedPanel()
          Gets the TabbedPanel in which the state change occured
 TabbedPanel TabRemovedEvent.getTabbedPanel()
          Gets the TabbedPanel the Tab was removed from
 TabbedPanel TabContentPanel.getTabbedPanel()
          Gets the TabbedPanel for whom this component is the tabs' content component container
static TabbedPanel TabbedUtils.getParentTabbedPanel(Component c)
          Gets the tabbed panel for whom the given component is a child
 TabbedPanel TabbedPanelContentPanel.getTabbedPanel()
          Gets the tabbed panel that this component is the content area component for
 TabbedPanel Tab.getTabbedPanel()
          Gets the TabbedPanel that this tab is a member of
 

Methods in net.infonode.tabbedpanel with parameters of type TabbedPanel
 void TabContentPanel.setTabbedPanel(TabbedPanel tabbedPanel)
          Sets the TabbedPanel
 

Constructors in net.infonode.tabbedpanel with parameters of type TabbedPanel
TabStateChangedEvent(Object source, TabbedPanel tabbedPanel, Tab tab, Tab previousTab, Tab currentTab)
          Constructs a TabStateChangedEvent
TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)
          Constructs a TabDragEvent
TabContentPanel(TabbedPanel tabbedPanel)
          Constructs a TabContentPanel
TabbedPanelContentPanel(TabbedPanel tabbedPanel, JComponent component)
          Constructs a TabbedPanelContentPanel
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.