|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCommandButton.CommandButtonKind | |
---|---|
org.jvnet.flamingo.common | |
org.jvnet.flamingo.ribbon |
Uses of JCommandButton.CommandButtonKind in org.jvnet.flamingo.common |
---|
Methods in org.jvnet.flamingo.common that return JCommandButton.CommandButtonKind | |
---|---|
JCommandButton.CommandButtonKind |
JCommandButton.getCommandButtonKind()
Returns the command button kind of this button. |
static JCommandButton.CommandButtonKind |
JCommandButton.CommandButtonKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JCommandButton.CommandButtonKind[] |
JCommandButton.CommandButtonKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jvnet.flamingo.common with parameters of type JCommandButton.CommandButtonKind | |
---|---|
void |
JCommandButton.setCommandButtonKind(JCommandButton.CommandButtonKind commandButtonKind)
Sets the kind for this button. |
Uses of JCommandButton.CommandButtonKind in org.jvnet.flamingo.ribbon |
---|
Constructors in org.jvnet.flamingo.ribbon with parameters of type JCommandButton.CommandButtonKind | |
---|---|
RibbonApplicationMenuEntryPrimary(ResizableIcon icon,
java.lang.String text,
java.awt.event.ActionListener mainActionListener,
JCommandButton.CommandButtonKind entryKind)
Creates the metadata description of a RibbonApplicationMenu
primary menu entry. |
|
RibbonApplicationMenuEntrySecondary(ResizableIcon icon,
java.lang.String text,
java.awt.event.ActionListener mainActionListener,
JCommandButton.CommandButtonKind entryKind)
Creates the metadata description of a RibbonApplicationMenu
secondary menu entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |