com.alee.global
Class GlobalConstants

java.lang.Object
  extended by com.alee.global.GlobalConstants

public final class GlobalConstants
extends java.lang.Object

This class provides various global constants.

Author:
Mikle Garin

Field Summary
static AllFilesFilter ALL_FILES_FILTER
          File filters.
static int BOTTOM
           
static boolean DEBUG
          Debugging mode mark.
static java.util.List<AbstractFileFilter> DEFAULT_FILTERS
          Default file filters.
static DirectoriesFilter DIRECTORIES_FILTER
           
static FileComparator FILE_COMPARATOR
          Comparators.
static FilesFilter FILES_FILTER
           
static java.util.List<java.lang.String> IMAGE_FORMATS
          Viewable image formats.
static GroupedFileFilter IMAGES_AND_FOLDERS_FILTER
           
static ImageFilesFilter IMAGES_FILTER
           
static int LEFT
           
static int LONG_TIMEOUT
           
static int MEDIUM_TIMEOUT
           
static java.awt.geom.AffineTransform moveX
          Drawing constants.
static java.awt.geom.AffineTransform moveXY
           
static java.awt.geom.AffineTransform moveY
           
static GroupedFileFilter NON_HIDDEN_DIRECTORIES_FILTER
           
static NonHiddenFilter NON_HIDDEN_ONLY_FILTER
           
static int NONE
          Sides.
static int RIGHT
           
static int SHORT_TIMEOUT
          Timeout delays.
static int TOP
           
 
Constructor Summary
GlobalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
Sides.

See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

SHORT_TIMEOUT

public static final int SHORT_TIMEOUT
Timeout delays.

See Also:
Constant Field Values

MEDIUM_TIMEOUT

public static final int MEDIUM_TIMEOUT
See Also:
Constant Field Values

LONG_TIMEOUT

public static final int LONG_TIMEOUT
See Also:
Constant Field Values

IMAGE_FORMATS

public static final java.util.List<java.lang.String> IMAGE_FORMATS
Viewable image formats.


ALL_FILES_FILTER

public static final AllFilesFilter ALL_FILES_FILTER
File filters.


NON_HIDDEN_ONLY_FILTER

public static final NonHiddenFilter NON_HIDDEN_ONLY_FILTER

DIRECTORIES_FILTER

public static final DirectoriesFilter DIRECTORIES_FILTER

NON_HIDDEN_DIRECTORIES_FILTER

public static final GroupedFileFilter NON_HIDDEN_DIRECTORIES_FILTER

FILES_FILTER

public static final FilesFilter FILES_FILTER

IMAGES_FILTER

public static final ImageFilesFilter IMAGES_FILTER

IMAGES_AND_FOLDERS_FILTER

public static final GroupedFileFilter IMAGES_AND_FOLDERS_FILTER

DEFAULT_FILTERS

public static final java.util.List<AbstractFileFilter> DEFAULT_FILTERS
Default file filters.


FILE_COMPARATOR

public static final FileComparator FILE_COMPARATOR
Comparators.


moveX

public static final java.awt.geom.AffineTransform moveX
Drawing constants.


moveY

public static final java.awt.geom.AffineTransform moveY

moveXY

public static final java.awt.geom.AffineTransform moveXY

DEBUG

public static boolean DEBUG
Debugging mode mark.

Constructor Detail

GlobalConstants

public GlobalConstants()