org.tbee.swing.flipletters
Enum GlobalTimer

java.lang.Object
  extended by java.lang.Enum<GlobalTimer>
      extended by org.tbee.swing.flipletters.GlobalTimer
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Comparable<GlobalTimer>, java.util.EventListener

public enum GlobalTimer
extends java.lang.Enum<GlobalTimer>
implements java.awt.event.ActionListener

Author:
hansolo

Enum Constant Summary
INSTANCE
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void addComponent(GlobalTimedFlipChar component)
           
 void removeComponent(GlobalTimedFlipChar component)
           
static GlobalTimer valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GlobalTimer[] 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

INSTANCE

public static final GlobalTimer INSTANCE
Method Detail

values

public static GlobalTimer[] 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 (GlobalTimer c : GlobalTimer.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GlobalTimer 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

addComponent

public void addComponent(GlobalTimedFlipChar component)

removeComponent

public void removeComponent(GlobalTimedFlipChar component)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2010 KnowledgePlaza. All Rights Reserved.