Package gov.nih.mipav.view
Class CustomUIBuilder.UIParams
java.lang.Object
gov.nih.mipav.view.CustomUIBuilder.UIParams
- Enclosing class:
CustomUIBuilder
Class that holds the parameters for creating/catching common buttons and menu items
- Author:
- linkb
-
Field Details
-
INVALID_MNEMONIC
public static int INVALID_MNEMONIC -
cmd
-
tooltip
-
iconbase
-
text
-
mnemonic
private int mnemonic -
is_toggle
private boolean is_toggle
-
-
Constructor Details
-
UIParams
-
UIParams
-
UIParams
-
UIParams
-
-
Method Details
-
getText
-
getActionCommand
-
getToolTip
-
getIconBase
-
getMnemonic
public int getMnemonic() -
isToggle
public boolean isToggle()
-