|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.gui
Class Preferences

java.lang.Objectorg.bdgp.apps.dagedit.gui.Preferences
- public class Preferences
- extends java.lang.Object
| Field Summary | |
private static java.awt.Color |
DEFAULT_BG_COLOR
|
private static java.awt.Color |
DEFAULT_BUTTON_COLOR
|
private static java.awt.Font |
DEFAULT_FONT
|
| Constructor Summary | |
Preferences()
|
|
| Method Summary | |
static java.awt.Color |
defaultBackgroundColor()
|
static java.awt.Color |
defaultButtonColor()
|
static java.awt.Font |
defaultFont()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEFAULT_FONT
private static final java.awt.Font DEFAULT_FONT
DEFAULT_BG_COLOR
private static final java.awt.Color DEFAULT_BG_COLOR
DEFAULT_BUTTON_COLOR
private static final java.awt.Color DEFAULT_BUTTON_COLOR
| Constructor Detail |
Preferences
public Preferences()
| Method Detail |
defaultFont
public static java.awt.Font defaultFont()
defaultBackgroundColor
public static java.awt.Color defaultBackgroundColor()
defaultButtonColor
public static java.awt.Color defaultButtonColor()
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.bdgp.apps.dagedit.gui.Preferences