com.eviware.soapui.support.action.swing
Class ActionSupport
java.lang.Object
com.eviware.soapui.support.action.swing.ActionSupport
public class ActionSupport
- extends java.lang.Object
ActionList-related utilities
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR_ACTION
public static final javax.swing.Action SEPARATOR_ACTION
ActionSupport
public ActionSupport()
buildPopup
public static javax.swing.JPopupMenu buildPopup(ActionList actions)
buildMenu
public static javax.swing.JMenu buildMenu(ActionList actions)
addActions
public static javax.swing.JPopupMenu addActions(ActionList actions,
javax.swing.JPopupMenu popup)
addActions
public static javax.swing.JMenu addActions(ActionList actions,
javax.swing.JMenu menu)
insertActions
public static javax.swing.JPopupMenu insertActions(ActionList actions,
javax.swing.JPopupMenu popup,
int index)
addActions
public static void addActions(ActionList actionList,
com.jgoodies.forms.builder.ButtonBarBuilder builder)
addActions
public static void addActions(ActionList actionList,
JXToolBar toolbar)
Copyright © 2005-2009 eviware.com. All Rights Reserved.