|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.EnumeratedType
org.eclipse.gmf.runtime.common.ui.action.actions.global.ClipboardState
public class ClipboardState
Enumeration class for the clipboard state.
Field Summary | |
---|---|
static ClipboardState |
NORMAL
Clipboard state: NORMAL |
static ClipboardState |
OVERWRITE
Clipboard state: OVERWRITE |
static ClipboardState |
PRE_OVERWRITE
Clipboard state: PRE_OVERWRITE |
Method Summary | |
---|---|
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type. |
Methods inherited from class org.eclipse.gmf.runtime.common.core.util.EnumeratedType |
---|
equals, getName, getOrdinal, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ClipboardState NORMAL
public static final ClipboardState PRE_OVERWRITE
public static final ClipboardState OVERWRITE
Method Detail |
---|
protected java.util.List getValues()
EnumeratedType
Concrete subclasses should define a private static array of values and a(n) (final) implementation of this method as follows:
private static final Subclass[] VALUES = { ... };
protected final List getValues() {
return Collections.unmodifiableList(Arrays.asList(VALUES));
}
getValues
in class EnumeratedType
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.