|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandActionDelegate
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 |
---|
boolean canExecute()
java.lang.Object getImage()
java.lang.String getText()
java.lang.String getDescription()
java.lang.String getToolTipText()
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |