com.pietschy.command
Interface Identifiable

All Known Subinterfaces:
ActionCommandExecutor
All Known Implementing Classes:
AbstractFileCommand, AbstractFileOpenCommand, AbstractSaveAsCommand, AbstractUndoCommand, ActionCommand, ActionCommandDelegate, CancelSwingWorkerCommand, CloseWindowCommand, Command, CommandGroup, DelegatingCommand, DelegatingToggleCommand, DelegatingToggleGroup, DelegatingToggleGroupCommand, LazyCommand, ProxyCommand, RecentFileList, RedoCommand, ReflectionCommand, ReflectionSwingWorkerCommand, SwingActionDelegate, SwingWorkerCommand, ToggleCommand, ToggleGroup, UndoCommand

public interface Identifiable

Interface defining identifiable objects.


Method Summary
 java.lang.String getId()
          Get the object id.
 

Method Detail

getId

java.lang.String getId()
Get the object id.

Returns:
the object id.


Copyright © 2006 - 2007 Andrew Pietsch