|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--javax.swing.JDialog | +--gate.gui.ApperanceDialog
Inner Class Summary | |
(package private) class |
ApperanceDialog.ApplyAction
|
(package private) class |
ApperanceDialog.CancelAction
|
(package private) class |
ApperanceDialog.OKAction
|
Inner classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Inner classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Inner classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Inner classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Inner classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.AWTTreeLock |
Field Summary | |
(package private) JButton |
applyBtn
|
(package private) ButtonGroup |
bGroup
|
(package private) JButton |
cancelBtn
|
(package private) Font |
componentsFont
|
(package private) static String[] |
componentsKeys
|
(package private) JRadioButton |
componentsRBtn
|
(package private) JFontChooser |
fontChooser
|
(package private) static String[] |
menuKeys
|
(package private) Font |
menusFont
|
(package private) JRadioButton |
menusRBtn
|
(package private) JButton |
okBtn
|
(package private) Font |
oldComponentsFont
|
(package private) Font |
oldMenusFont
|
(package private) Font |
oldTextComponentsFont
|
(package private) Component[] |
targets
|
(package private) Font |
textComponentsFont
|
(package private) static String[] |
textComponentsKeys
|
(package private) JRadioButton |
textComponentsRBtn
|
Fields inherited from class javax.swing.JDialog |
accessibleContext, defaultCloseOperation, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
base, keepBlocking, modal, nameCounter, resizable, serialVersionUID, title |
Fields inherited from class java.awt.Window |
active, dbg, focusMgr, inputContext, inputContextLock, OPENED, ownedWindowList, state, warningString, weakThis, windowListener, windowSerializedDataVersion |
Fields inherited from class java.awt.Container |
component, containerListener, containerSerializedDataVersion, dispatcher, layoutMgr, listeningBoundsChildren, listeningChildren, maxSize, ncomponents, printing, printingThreads |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ApperanceDialog(Dialog owner,
String title,
boolean modal,
Component[] targets)
|
|
ApperanceDialog(Frame owner,
String title,
boolean modal,
Component[] targets)
|
Method Summary | |
protected void |
init()
|
protected void |
initGuiComponents()
|
protected void |
initListeners()
|
protected void |
initLocalData()
|
static void |
main(String[] args)
|
protected void |
setUIDefaults(Object[] keys,
Object value)
|
void |
show(Component[] targets)
|
Methods inherited from class java.awt.Dialog |
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
Field Detail |
JRadioButton menusRBtn
JRadioButton componentsRBtn
JRadioButton textComponentsRBtn
JFontChooser fontChooser
JButton okBtn
JButton applyBtn
JButton cancelBtn
ButtonGroup bGroup
Font menusFont
Font componentsFont
Font textComponentsFont
Font oldMenusFont
Font oldComponentsFont
Font oldTextComponentsFont
Component[] targets
static String[] menuKeys
static String[] componentsKeys
static String[] textComponentsKeys
Constructor Detail |
public ApperanceDialog(Frame owner, String title, boolean modal, Component[] targets)
public ApperanceDialog(Dialog owner, String title, boolean modal, Component[] targets)
Method Detail |
protected void init()
protected void initLocalData()
protected void initGuiComponents()
protected void initListeners()
public void show(Component[] targets)
protected void setUIDefaults(Object[] keys, Object value)
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |