Copyright 2012-02-25 Werner Randelshofer

ch.randelshofer.gui
Class Icons

java.lang.Object
  extended by ch.randelshofer.gui.Icons

public class Icons
extends java.lang.Object

Provides constants for commonly used Icons.

Version:
1.2 2008-01-05 Added playerSettingsIcon.
1.1 2007-06-06 Method getActionsIcon added.
1.0.1 2002-11-17 Appeareance of POPUP_ICON changed.
1.0 2002-05-09 Created.
Author:
Werner Randelshofer

Method Summary
static javax.swing.Icon getActionsIcon()
          The actions icon consists of a cogweel.
static javax.swing.Icon getActionsPlacardIcon()
          The actions icon consists of a cogweel.
static javax.swing.Icon getEditAddPlacardIcon()
           
static javax.swing.Icon getPlayerBackIcon()
          The back icon consists of rectangle (at east) and of a triangle pointing to west.
static javax.swing.Icon getPlayerForwardIcon()
          The forward icon consists of rectangle (at east) and of a triangle pointing to west.
static javax.swing.Icon getPlayerPauseIcon()
          The pause icon consists of two rectangles.
static javax.swing.Icon getPlayerRecordIcon()
          The record icon consists of a filled circle.
static javax.swing.Icon getPlayerResetIcon()
          The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).
static javax.swing.Icon getPlayerResetPlacardIcon()
          The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).
static javax.swing.Icon getPlayerSettingsIcon()
          The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).
static javax.swing.Icon getPlayerStartIcon()
          The start icon consists of a triangle pointing to east.
static javax.swing.Icon getPlayerStopRecordingIcon()
          The record icon consists of a filled circle.
static javax.swing.Icon getScriptCheckIcon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlayerResetIcon

public static javax.swing.Icon getPlayerResetIcon()
The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).


getPlayerResetPlacardIcon

public static javax.swing.Icon getPlayerResetPlacardIcon()
The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).


getPlayerRecordIcon

public static javax.swing.Icon getPlayerRecordIcon()
The record icon consists of a filled circle.


getPlayerStopRecordingIcon

public static javax.swing.Icon getPlayerStopRecordingIcon()
The record icon consists of a filled circle.


getScriptCheckIcon

public static javax.swing.Icon getScriptCheckIcon()

getActionsIcon

public static javax.swing.Icon getActionsIcon()
The actions icon consists of a cogweel.


getActionsPlacardIcon

public static javax.swing.Icon getActionsPlacardIcon()
The actions icon consists of a cogweel.


getPlayerStartIcon

public static javax.swing.Icon getPlayerStartIcon()
The start icon consists of a triangle pointing to east.


getPlayerPauseIcon

public static javax.swing.Icon getPlayerPauseIcon()
The pause icon consists of two rectangles.


getPlayerBackIcon

public static javax.swing.Icon getPlayerBackIcon()
The back icon consists of rectangle (at east) and of a triangle pointing to west.


getPlayerForwardIcon

public static javax.swing.Icon getPlayerForwardIcon()
The forward icon consists of rectangle (at east) and of a triangle pointing to west.


getEditAddPlacardIcon

public static javax.swing.Icon getEditAddPlacardIcon()

getPlayerSettingsIcon

public static javax.swing.Icon getPlayerSettingsIcon()
The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).


Copyright 2012-02-25 Werner Randelshofer