|
|||||||||
| Home >> All >> screengen >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
screengen.gui
Class ComponentInspectorFrame

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
screengen.gen.ComponentInspectorFrameBase
screengen.gui.ComponentInspectorFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class ComponentInspectorFrame
- extends screengen.gen.ComponentInspectorFrameBase
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) screengen.borders.BorderEditPanel |
borderPanel
|
(package private) GridBagConstraintsPanel |
constraintPanel
|
(package private) BuildComponentBase |
displayedComponent
|
(package private) javax.swing.JPanel |
oCardPanel
|
(package private) ScreenGen |
screenGen
|
(package private) boolean |
withinRefreshOfDisplay
|
| Fields inherited from class screengen.gen.ComponentInspectorFrameBase |
Border, ComponentProperties, Constraints, JLabel0, JTabbedPane0, LayoutComboBox, LayoutPanel, PropertiesPanel |
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ComponentInspectorFrame(ScreenGen newScreenGen)
|
|
| Method Summary | |
(package private) void |
attachActionsToButtons()
|
javax.swing.JPanel |
BuildBorder()
|
javax.swing.JPanel |
BuildConstraints()
|
javax.swing.JPanel |
BuildPropertiesPanel()
|
(package private) void |
showLayoutForComponent(javax.swing.JComponent oComp)
|
(package private) void |
updateContainerLayout()
|
void |
updateProperties()
|
| Methods inherited from class screengen.gen.ComponentInspectorFrameBase |
BuildComponentProperties, BuildJTabbedPane0, BuildLayoutPanel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
oCardPanel
javax.swing.JPanel oCardPanel
screenGen
ScreenGen screenGen
borderPanel
screengen.borders.BorderEditPanel borderPanel
constraintPanel
GridBagConstraintsPanel constraintPanel
withinRefreshOfDisplay
boolean withinRefreshOfDisplay
displayedComponent
BuildComponentBase displayedComponent
| Constructor Detail |
ComponentInspectorFrame
public ComponentInspectorFrame(ScreenGen newScreenGen)
| Method Detail |
BuildPropertiesPanel
public javax.swing.JPanel BuildPropertiesPanel()
BuildConstraints
public javax.swing.JPanel BuildConstraints()
BuildBorder
public javax.swing.JPanel BuildBorder()
attachActionsToButtons
void attachActionsToButtons()
updateContainerLayout
void updateContainerLayout()
showLayoutForComponent
void showLayoutForComponent(javax.swing.JComponent oComp)
updateProperties
public void updateProperties()
|
|||||||||
| Home >> All >> screengen >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC