org.jscroll.widgets
Interface DesktopConstants

All Known Implementing Classes:
DesktopMediator, DesktopResizableToolBar, FramePositioning, JScrollDesktopPane, RootToggleButton

public interface DesktopConstants

This interface provides a set of reusable constants for use by other classes in the system.

Version:
1.0 29-Jul-2001
Author:
Tom Tessier

Field Summary
static Color CONTENTS_CHANGED_COLOR
          the foreground color of inactive buttons whose associated frame contents have changed
static int MAX_FRAMES
          maximum number of internal frames allowed
static int MAXIMUM_BUTTON_WIDTH
          maximum width of frame toolbar buttons
static int MINIMUM_BUTTON_WIDTH
          minimum width of frame toolbar buttons
static int X_OFFSET
          default x offset of first frame in cascade mode, relative to desktop
static int Y_OFFSET
          default y offset of first frame in cascade mode, relative to desktop
 

Field Detail

MAX_FRAMES

public static final int MAX_FRAMES
maximum number of internal frames allowed

See Also:
Constant Field Values

X_OFFSET

public static final int X_OFFSET
default x offset of first frame in cascade mode, relative to desktop

See Also:
Constant Field Values

Y_OFFSET

public static final int Y_OFFSET
default y offset of first frame in cascade mode, relative to desktop

See Also:
Constant Field Values

MINIMUM_BUTTON_WIDTH

public static final int MINIMUM_BUTTON_WIDTH
minimum width of frame toolbar buttons

See Also:
Constant Field Values

MAXIMUM_BUTTON_WIDTH

public static final int MAXIMUM_BUTTON_WIDTH
maximum width of frame toolbar buttons

See Also:
Constant Field Values

CONTENTS_CHANGED_COLOR

public static final Color CONTENTS_CHANGED_COLOR
the foreground color of inactive buttons whose associated frame contents have changed



Copyright © 2001-2003 JScroll.org. All Rights Reserved.