|
||||||||||
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 | +--jdraw.ui.GraphicalObjectProperties | +--jdraw.ui.SizedGraphicalObjectProperties
A property dialog for sized graphical objects.
Inner Class Summary | |
private static class |
SizedGraphicalObjectProperties.Messages
Private inner class used to store messages. |
Inner classes inherited from class jdraw.ui.GraphicalObjectProperties |
GraphicalObjectProperties.Messages |
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 | |
private static int |
COLUMNSINDIMENIONFIELDS
The number of columns in position fields. |
private static Insets |
COMPONENTSINSET
The default insets for components. |
private static JComponent |
SEPARATOR
The default insets for components. |
private SizedGraphicalObject |
szgrobjGraphicalObject
The sized graphical objects managed. |
private JTextField |
tfHeight
The text field for height. |
private JTextField |
tfWidth
The text field for width. |
Fields inherited from class jdraw.ui.GraphicalObjectProperties |
cfColor, COLUMNSINPOSITIONFIELDS, dMinimumSize, grobjGraphicalObject, IMAGEPALETTEPATH, panelPropertyGroups, tfPositionX, tfPositionY |
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, showWithParent, 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 | |
SizedGraphicalObjectProperties(Frame frmOwner,
SizedGraphicalObject szgrobjGraphicalObject)
Creates a new SizedGraphicalObjectProperties object.
|
Method Summary | |
void |
applyValues()
Invoked when values must be applied to object. |
private JPanel |
buildDimensionPanel()
Builds the dimension panel. |
void |
loadValues()
Invoked when values must be loaded from object. |
Methods inherited from class jdraw.ui.GraphicalObjectProperties |
addPropertyGroup, buildButtonsPanel, buildPositionAndColorPanel, commandCancel, commandChooseColor, commandOk, pack |
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 |
private static final int COLUMNSINDIMENIONFIELDS
private static final Insets COMPONENTSINSET
private static final JComponent SEPARATOR
private final JTextField tfWidth
private final JTextField tfHeight
private SizedGraphicalObject szgrobjGraphicalObject
Constructor Detail |
public SizedGraphicalObjectProperties(Frame frmOwner, SizedGraphicalObject szgrobjGraphicalObject)
SizedGraphicalObjectProperties
object.
This dialog window is neither packed nor visible.Method Detail |
private JPanel buildDimensionPanel()
public void applyValues()
applyValues
in class GraphicalObjectProperties
public void loadValues()
loadValues
in class GraphicalObjectProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |