com.elsid.trellis
Class Tools

java.lang.Object
  |
  +--com.elsid.trellis.Tools

public class Tools
extends java.lang.Object


Field Summary
static int COPY_ACTION
           
static int COPY_IMAGE
           
static int CUT_ACTION
           
static int CUT_IMAGE
           
static int NEW_ACTION
           
static int NEW_IMAGE
           
static int OPEN_ACTION
           
static int OPEN_IMAGE
           
static int PASTE_ACTION
           
static int PASTE_IMAGE
           
static int SAVE_ACTION
           
static int SAVE_IMAGE
           
static int SEPARATOR
           
 
Constructor Summary
Tools()
           
 
Method Summary
static java.lang.String get(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final int SEPARATOR

NEW_IMAGE

public static final int NEW_IMAGE

OPEN_IMAGE

public static final int OPEN_IMAGE

SAVE_IMAGE

public static final int SAVE_IMAGE

CUT_IMAGE

public static final int CUT_IMAGE

COPY_IMAGE

public static final int COPY_IMAGE

PASTE_IMAGE

public static final int PASTE_IMAGE

NEW_ACTION

public static final int NEW_ACTION

OPEN_ACTION

public static final int OPEN_ACTION

SAVE_ACTION

public static final int SAVE_ACTION

CUT_ACTION

public static final int CUT_ACTION

COPY_ACTION

public static final int COPY_ACTION

PASTE_ACTION

public static final int PASTE_ACTION
Constructor Detail

Tools

public Tools()
Method Detail

get

public static java.lang.String get(int index)