uk.ac.imperial.ph.hep.service
Enum DaqApplication.AppIcon
java.lang.Object
java.lang.Enum<DaqApplication.AppIcon>
uk.ac.imperial.ph.hep.service.DaqApplication.AppIcon
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DaqApplication.AppIcon>
- Enclosing class:
- DaqApplication
public static enum DaqApplication.AppIcon
- extends java.lang.Enum<DaqApplication.AppIcon>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DAQ_READY
public static final DaqApplication.AppIcon DAQ_READY
DAQ_BUSY
public static final DaqApplication.AppIcon DAQ_BUSY
DAQ_START
public static final DaqApplication.AppIcon DAQ_START
DAQ_STOP
public static final DaqApplication.AppIcon DAQ_STOP
DAQ_PANIC
public static final DaqApplication.AppIcon DAQ_PANIC
DAQ_COMM_ERROR
public static final DaqApplication.AppIcon DAQ_COMM_ERROR
DAQ_REFRESH
public static final DaqApplication.AppIcon DAQ_REFRESH
RUN_START
public static final DaqApplication.AppIcon RUN_START
SEQ_END
public static final DaqApplication.AppIcon SEQ_END
CONFIG_END
public static final DaqApplication.AppIcon CONFIG_END
RUN
public static final DaqApplication.AppIcon RUN
OPEN_RUN_DESCS
public static final DaqApplication.AppIcon OPEN_RUN_DESCS
RUN_STOP
public static final DaqApplication.AppIcon RUN_STOP
LOG_START
public static final DaqApplication.AppIcon LOG_START
LOG_STOP
public static final DaqApplication.AppIcon LOG_STOP
LOG_OPEN
public static final DaqApplication.AppIcon LOG_OPEN
HELP
public static final DaqApplication.AppIcon HELP
values
public static DaqApplication.AppIcon[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DaqApplication.AppIcon c : DaqApplication.AppIcon.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DaqApplication.AppIcon valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getIcon
public org.eclipse.swt.graphics.Image getIcon(org.eclipse.swt.widgets.Display disp)
getTooltipText
public java.lang.String getTooltipText()