|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAction
The IAction
interface represents all menu items and tool bar
button instances in Insight. It contains specific behavior for enabling
and disabling and data related call-back from the Controller
Controller
,
Presentation
Field Summary | |
---|---|
static int |
ALL
|
static int |
MUTATION
|
static int[][] |
MUTUAL_EXCLUSION_TYPES
Useful array of mutual exclusion type |
static int |
NO_CONSTRAINTS
|
static int |
NONE
Useful constants to identify the broad types of actions |
static int |
STARTUP
|
static int |
TAIL
|
static int |
VIEW
|
Method Summary | |
---|---|
int |
getType()
Returns the type of this IAction |
void |
setEnabled(boolean enable)
Sets the enabled state of this action |
Field Detail |
---|
static final int NONE
static final int NO_CONSTRAINTS
static final int MUTATION
static final int TAIL
static final int VIEW
static final int STARTUP
static final int ALL
static final int[][] MUTUAL_EXCLUSION_TYPES
Method Detail |
---|
int getType()
void setEnabled(boolean enable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |