ora.core.setting
Class Config

java.lang.Object
  extended by de.j4ee.util.AbstractConfig
      extended by ora.core.setting.Config
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Config
extends de.j4ee.util.AbstractConfig

See Also:
Serialized Form

Field Summary
static java.awt.Color COLOR_defaultElements
           
static java.awt.Color COLOR_lostElements
           
static java.awt.Color COLOR_newElements
           
static java.awt.Font defaultFont
           
static java.util.List generationText
           
static java.lang.String PREFIX_COMMON
           
static java.awt.Font smallFont
           
static java.awt.Font tableFont
           
static java.awt.Font textFont
           
static java.awt.Font tinyFont
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getIgnorePackages()
           
 java.awt.Dimension getInitialApplicationSize()
           
static Config getInstance()
           
 boolean isFirstDrawArrowThenElements()
           
 boolean isSaveBinary()
           
 boolean isSaveXml()
           
 boolean showLabelsInControlPane()
           
 boolean showQuestionmarksOnInit()
           
 boolean usePopup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tinyFont

public static final java.awt.Font tinyFont

smallFont

public static final java.awt.Font smallFont

tableFont

public static final java.awt.Font tableFont

defaultFont

public static final java.awt.Font defaultFont

textFont

public static final java.awt.Font textFont

COLOR_newElements

public static final java.awt.Color COLOR_newElements

COLOR_lostElements

public static final java.awt.Color COLOR_lostElements

COLOR_defaultElements

public static final java.awt.Color COLOR_defaultElements

generationText

public static final java.util.List generationText

PREFIX_COMMON

public static final java.lang.String PREFIX_COMMON
See Also:
Constant Field Values
Method Detail

getInstance

public static Config getInstance()

showLabelsInControlPane

public boolean showLabelsInControlPane()

usePopup

public boolean usePopup()

getIgnorePackages

public java.lang.String getIgnorePackages()

getInitialApplicationSize

public java.awt.Dimension getInitialApplicationSize()

isFirstDrawArrowThenElements

public boolean isFirstDrawArrowThenElements()

isSaveBinary

public boolean isSaveBinary()

isSaveXml

public boolean isSaveXml()

showQuestionmarksOnInit

public boolean showQuestionmarksOnInit()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object