org.fife.ui.app
Interface GUIApplicationConstants

All Superinterfaces:
DockableWindowConstants
All Known Subinterfaces:
GUIApplication
All Known Implementing Classes:
AbstractGUIApplication, AbstractPluggableGUIApplication, FileSystemTreePlugin, GUIApplicationPreferences, GUIPlugin, Plugin, ProjectPlugin, RText, RTextPreferences, SourceBrowserPlugin, TasksPlugin, ToolPlugin, WizardPlugin

public interface GUIApplicationConstants
extends DockableWindowConstants

The constants needed by the various pieces of a GUI application.

Version:
0.5
Author:
Robert Futrell

Field Summary
static int OS_LINUX
          Integer constant representing Linux.
static int OS_MAC_OSX
          Integer constant representing Mac OS X.
static int OS_OTHER
          Integer constant representing an "unknown" OS. 99.99% of the time, this means some UNIX variant (AIX, SunOS, etc.).
static int OS_WINDOWS
          Integer constant representing a Windows-variant OS.
 
Fields inherited from interface org.fife.ui.dockablewindows.DockableWindowConstants
BOTTOM, FLOATING, LEFT, RIGHT, TOP
 

Field Detail

OS_WINDOWS

static final int OS_WINDOWS
Integer constant representing a Windows-variant OS.

See Also:
Constant Field Values

OS_MAC_OSX

static final int OS_MAC_OSX
Integer constant representing Mac OS X.

See Also:
Constant Field Values

OS_LINUX

static final int OS_LINUX
Integer constant representing Linux.

See Also:
Constant Field Values

OS_OTHER

static final int OS_OTHER
Integer constant representing an "unknown" OS. 99.99% of the time, this means some UNIX variant (AIX, SunOS, etc.).

See Also:
Constant Field Values