|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MenuCommand
MenuCommand is an interface which provides the means for building a tree of commands. For instance an implementation of MenuCommand could be used to create a menu that contains submenus.
| Method Summary | |
|---|---|
abstract boolean |
isSeparator()
Returns true if the command is a separator, and false otherwise. |
| Methods inherited from interface com.sas.util.Command |
|---|
clone, isExecutable, isUndoable, undo |
| Methods inherited from interface com.sas.util.SimpleCommand |
|---|
execute |
| Methods inherited from interface com.sas.lang.StringDataInterface |
|---|
getText, setText |
| Methods inherited from interface com.sas.util.CommandsInterface |
|---|
getCommands |
| Method Detail |
|---|
boolean isSeparator()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||