Methods in org.jminor.common.ui.control that return MethodControl |
static MethodControl |
Controls.methodControl(Object owner,
String method,
Icon icon)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name,
StateObserver state)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name,
StateObserver state,
String description)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name,
StateObserver state,
String description,
int mnemonic)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name,
StateObserver state,
String description,
int mnemonic,
KeyStroke ks)
|
static MethodControl |
Controls.methodControl(Object owner,
String method,
String name,
StateObserver state,
String description,
int mnemonic,
KeyStroke ks,
Icon icon)
|