public enum swViewNotify_e extends java.lang.Enum<swViewNotify_e>
Modifier and Type | Method and Description |
---|---|
static swViewNotify_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swViewNotify_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swViewNotify_e swViewRepaintNotify
public static final swViewNotify_e swViewChangeNotify
public static final swViewNotify_e swViewDestroyNotify
public static final swViewNotify_e swViewRepaintPostNotify
public static final swViewNotify_e swViewBufferSwapNotify
public static final swViewNotify_e swViewDestroyNotify2
public static final swViewNotify_e swViewPerspectiveViewNotify
public static final swViewNotify_e swViewRenderLayer0Notify
public static final swViewNotify_e swViewUserClearSelectionsNotify
public static final swViewNotify_e swViewPrintNotify
public static final swViewNotify_e swViewGraphicsRenderPostNotify
public static final swViewNotify_e swViewDisplayModeChangePreNotify
public static final swViewNotify_e swViewDisplayModeChangePostNotify
public static final swViewNotify_e swViewPrintNotify2
public static swViewNotify_e[] values()
for (swViewNotify_e c : swViewNotify_e.values()) System.out.println(c);
public static swViewNotify_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null