Uses of Interface
org.xnap.action.ToggleAction

Packages that use ToggleAction
org.xnap.action   
org.xnap.gui.action Provides common action classes. 
org.xnap.gui.component Provides generic Swing based components that provide additional functionality. 
org.xnap.plugin.opennap.gui   
 

Uses of ToggleAction in org.xnap.action
 

Classes in org.xnap.action that implement ToggleAction
 class AbstractToggleAction
          Provides a default implementation for toggeable Action objects.
 class AbstractTogglePrefAction
          Provides a default implementation for a toggle action that monitors a boolean preference key.
 class AbstractToggleReversedPrefAction
          Provides a default implementation for a toggle action that monitors a boolean preference key.
 

Uses of ToggleAction in org.xnap.gui.action
 

Classes in org.xnap.gui.action that implement ToggleAction
 class EnableAction
          Provides a toggle action that enables or disables components.
 class MaintainSortOrderAction
          Provides an action that enables or disables the maintain sort order setting of a table.
 class MenuAction
          Provides an action that shows a menu below the button that triggered this action.
 class PanelAction
          Provides an action that shows a panel below the button that triggered this action.
 class ShowChatPanelAction
          Provides an action that shows or hides the chat panel.
 class ShowHotlistAction
          Provides an action that shows the hotlist.
 class ShowLibraryPanelAction
          Provides an action that shows or hides the library panel.
 class ShowMainToolBarAction
          Provides an action that shows or hides the main tool bar.
 class UseSocksProxyAction
          Provides an action that enables or disables the socks proxy .
 class UseTabbedPaneAction
          Provides an action that switches between tabbed and icon list view mode.
 class UseTabbedTransferPaneAction
          Provides an action that switches the transfer panel between tabbed and icon list view mode.
 

Uses of ToggleAction in org.xnap.gui.component
 

Constructors in org.xnap.gui.component with parameters of type ToggleAction
XNapCheckBox(ToggleAction action)
           
XNapCheckBoxMenuItem(ToggleAction action)
           
XNapToggleButton(ToggleAction action)
           
XNapToolBarToggleButton(ToggleAction action)
           
 

Uses of ToggleAction in org.xnap.plugin.opennap.gui
 

Classes in org.xnap.plugin.opennap.gui that implement ToggleAction
 class RemoveFailedServersAction
          Provides an action that switches between tabbed and icon list view mode.
 class UseAutoConnectorAction
          Provides an action that switches between tabbed and icon list view mode.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.