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)
           
ActionButton(AppAction action, boolean useLargeIcon)
           
ActionButton(AppAction action, boolean useLargeIcon, boolean showSelectiveText)
           
ActionButton(AppAction action, java.lang.String iconKey, boolean showSelectiveText)
           
ActionMenuItem(AppAction action)
           
TabToolBar.TabActionButton(AppAction a)
           
TabToolBar.TabButton(AppAction a)
           
 



Copyright © 2003-2004 3SP LTD. All Rights Reserved.