org.springframework.richclient.command.support
Class GlobalCommandIds
java.lang.Object
org.springframework.richclient.command.support.GlobalCommandIds
public class GlobalCommandIds
- extends Object
Static constants for well-known, global Commands.
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUT
public static final String CUT
- See Also:
- Constant Field Values
COPY
public static final String COPY
- See Also:
- Constant Field Values
PASTE
public static final String PASTE
- See Also:
- Constant Field Values
UNDO
public static final String UNDO
- See Also:
- Constant Field Values
REDO
public static final String REDO
- See Also:
- Constant Field Values
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
SAVE_AS
public static final String SAVE_AS
- See Also:
- Constant Field Values
SELECT_ALL
public static final String SELECT_ALL
- See Also:
- Constant Field Values
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
RUN
public static final String RUN
- See Also:
- Constant Field Values
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.