| Package | Description |
|---|---|
| com.revolsys.swing.menu | |
| com.revolsys.swing.table.record.row | |
| com.revolsys.swing.toolbar | |
| com.revolsys.swing.tree |
| Modifier and Type | Method and Description |
|---|---|
InvokeMethodAction |
MenuFactory.addMenuItemTitleIcon(String groupName,
String title,
String iconName,
Object object,
String methodName,
Object... parameters) |
InvokeMethodAction |
MenuFactory.createMenuItem(String name,
String title,
Icon icon,
EnableCheck enableCheck,
Object object,
String methodName,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
static InvokeMethodAction |
RecordRowRunnable.createAction(CharSequence name,
Icon icon,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
static InvokeMethodAction |
RecordRowRunnable.createAction(CharSequence name,
String iconName,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvokeMethodActionToolBarButtonFactory |
| Modifier and Type | Method and Description |
|---|---|
static InvokeMethodAction |
TreeNodeRunnable.createAction(CharSequence name,
Icon icon,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
static InvokeMethodAction |
MenuSourceRunnable.createAction(CharSequence name,
Icon icon,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
static InvokeMethodAction |
TreeNodeRunnable.createAction(CharSequence name,
String iconName,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
static InvokeMethodAction |
MenuSourceRunnable.createAction(CharSequence name,
String iconName,
EnableCheck enableCheck,
String methodName,
Object... parameters) |
static InvokeMethodAction |
TreeNodeRunnable.createAction(CharSequence name,
String iconName,
String methodName,
Object... parameters) |
static InvokeMethodAction |
MenuSourceRunnable.createAction(CharSequence name,
String iconName,
String methodName,
Object... parameters) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.