|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface used by a CommandAction to delegate all of the set methods of an IAction to a Command
.
Method Summary | |
---|---|
boolean |
canExecute()
This returns whether the action should be enabled. |
java.lang.String |
getDescription()
This returns the description, if any, of the action. |
java.lang.Object |
getImage()
This returns the decoration, if any, of the action. |
java.lang.String |
getText()
This returns the menu text, if any, of the action. |
java.lang.String |
getToolTipText()
This returns the tool tip text, if any, of the action. |
Method Detail |
public boolean canExecute()
public java.lang.Object getImage()
public java.lang.String getText()
public java.lang.String getDescription()
public java.lang.String getToolTipText()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |