uk.ac.imperial.ph.hep.service
Enum DaqApplication.AppIcon

java.lang.Object
  extended by java.lang.Enum<DaqApplication.AppIcon>
      extended by 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>


Enum Constant Summary
CONFIG_END
           
DAQ_BUSY
           
DAQ_COMM_ERROR
           
DAQ_PANIC
           
DAQ_READY
           
DAQ_REFRESH
           
DAQ_START
           
DAQ_STOP
           
HELP
           
LOG_OPEN
           
LOG_START
           
LOG_STOP
           
OPEN_RUN_DESCS
           
RUN
           
RUN_START
           
RUN_STOP
           
SEQ_END
           
 
Method Summary
 org.eclipse.swt.graphics.Image getIcon(org.eclipse.swt.widgets.Display disp)
           
 java.lang.String getTooltipText()
           
static DaqApplication.AppIcon valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DaqApplication.AppIcon[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Method Detail

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()