com.sas.util
Interface MenuCommand

All Superinterfaces:
java.lang.Cloneable, com.sas.util.Command, CommandsInterface, com.sas.PublicClonable, com.sas.util.SimpleCommand, com.sas.lang.StringDataInterface
All Known Implementing Classes:
MenuSeparatorCommand

public interface MenuCommand
extends com.sas.util.Command, CommandsInterface

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
 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.util.CommandsInterface
getCommands
 

Method Detail

isSeparator

boolean isSeparator()
Returns true if the command is a separator, and false otherwise.

Returns:
true if the command is a separator, false otherwise



Copyright © 2009 SAS Institute Inc. All Rights Reserved.