Speichervergabe
Class Paths

java.lang.Object
  |
  +--Speichervergabe.Paths

public class Paths
extends java.lang.Object

This class only contains the string values for the paths to ImageIcons


Field Summary
static java.lang.String CANCEL
          Path to get the Icon for "Cancel"
static java.lang.String CREATE
          Path to get the Icon for "Create"
static java.lang.String DELETE
          Path to get the Icon for "Delete"
static java.lang.String DRAW
          Path to get the Icon for "Draw"
static java.lang.String EDIT
          Path to get the Icon for "Edit"
static java.lang.String ENTER
          Path to get the Icon for "Enter"
static java.lang.String FLAG_DEUTSCH
          Path to get the Icon for "German"
static java.lang.String FLAG_ENGLISCH
          Path to get the Icon for "English"
static java.lang.String MANUAL
          Path to get the Icon for "Manual"
static java.lang.String NEXT
          Path to get the Icon for "Next"
static java.lang.String OPEN
          Path to get the Icon for "Open"
static java.lang.String RESET
          Path to get the Icon for "Reset"
static java.lang.String SAVE
          Path to get the Icon for "Save"
static java.lang.String SWITCH
          Path to get the Icon for "Switch"
 
Constructor Summary
Paths()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

SWITCH

public static final java.lang.String SWITCH
Path to get the Icon for "Switch"

RESET

public static final java.lang.String RESET
Path to get the Icon for "Reset"

MANUAL

public static final java.lang.String MANUAL
Path to get the Icon for "Manual"

NEXT

public static final java.lang.String NEXT
Path to get the Icon for "Next"

FLAG_DEUTSCH

public static final java.lang.String FLAG_DEUTSCH
Path to get the Icon for "German"

FLAG_ENGLISCH

public static final java.lang.String FLAG_ENGLISCH
Path to get the Icon for "English"

CANCEL

public static final java.lang.String CANCEL
Path to get the Icon for "Cancel"

ENTER

public static final java.lang.String ENTER
Path to get the Icon for "Enter"

EDIT

public static final java.lang.String EDIT
Path to get the Icon for "Edit"

DRAW

public static final java.lang.String DRAW
Path to get the Icon for "Draw"

OPEN

public static final java.lang.String OPEN
Path to get the Icon for "Open"

SAVE

public static final java.lang.String SAVE
Path to get the Icon for "Save"

DELETE

public static final java.lang.String DELETE
Path to get the Icon for "Delete"

CREATE

public static final java.lang.String CREATE
Path to get the Icon for "Create"
Constructor Detail

Paths

public Paths()