Uses of Class
com.sshtools.ui.swing.AppAction

Packages that use AppAction
com.sshtools.ui.swing General Swing user interface utilities.
 
 

Uses of AppAction in com.sshtools.ui.swing
 

Subclasses of AppAction in com.sshtools.ui.swing
 class AbstractToggleableAction
           
 class TabToolBar.ContextAction
           
 class ToggleableAction
           
 class ToggledPopupAction
           
 class ToggledPopupMenuHiderAction
           
 

Methods in com.sshtools.ui.swing that return AppAction
 AppAction TabToolBar.ContextPanel.getContextAction()
           
 

Methods in com.sshtools.ui.swing with parameters of type AppAction
 void TabToolBar.addAction(AppAction action)
          Add a new action to the toolbar, this must have a non null DefaultAction.CONTEXT property or an IllegalArgumentException will be thrown.
 javax.swing.JButton ToggledPopupMenu.addButtonAction(AppAction action)
           
 TabToolBar.TabActionButton TabToolBar.ContextPanel.addIcon(AppAction action)
           
 

Constructors in com.sshtools.ui.swing with parameters of type AppAction
ActionButton(AppAction action)
          Creates a new button component from an AppAction.
ActionButton(AppAction action, boolean showSelectiveText)
          Creates a new button component from an AppAction.
ActionButton(AppAction action, java.lang.String iconKey)
          Creates a new button component from an AppAction.
ActionButton(AppAction action, java.lang.String iconKey, boolean showSelectiveText)
          Creates a new button component from an AppAction.
ActionMenuItem(AppAction action)
           
TabToolBar.TabActionButton(AppAction a)
           
TabToolBar.TabButton(AppAction a)
           
 



Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.