Package | Description |
---|---|
oracle.javatools.ui.builders |
Modifier and Type | Method and Description |
---|---|
static TableBuilder.DefaultAction |
TableBuilder.DefaultAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableBuilder.DefaultAction[] |
TableBuilder.DefaultAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableBuilder.setActionsDefault(TableBuilder.DefaultAction defaultAction,
java.awt.event.ActionListener listener)
Add one of the DefaultActions to the toolbar and listen to it.
|