All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.tools.helpsystem.BuilderHelpWindow
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.editors.IconCustomEditor
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- actionPerformed(ActionEvent).
Method in class uk.co.demon.sspl.pub.PublicMenuHandler
- The functions that occur when menu or tool bar items are selected.
- ADD_FAILED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- Return value for the addComponent() method.
- ADD_SPECIAL_SUCCEEDED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- Return value for the addComponent() method.
- ADD_SUCCEEDED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- Return value for the addComponent() method.
- addAdditionalJavaSource(String[]).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds additional lines of code after the constructor body in the generated
code.
- addColorWellMouseListener(MouseListener).
Method in class uk.co.demon.sspl.pub.ColorWidget
- Overrides the default action of the Colour Well.
- addComponent(Component, Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds a child component to the given component.
- addComponent(Component, Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Adds a child component to the component.
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- addComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- addIdentifier(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds the name to JForge's internal list of identifiers.
- addIdentifierDeclaration(String, String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds an additional identifier declaration to the class.
- addImportStatements(String[]).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds additional import lines to the source code during code generation.
- addJavaSourceLine(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds a line of source directly into the code generation.
- addLayout(Container).
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- addLayout(Container).
Method in interface pub.java.gui.builders.BuilderLayoutBeanInfo
- Layouts are always added via this method.
- addLayout(Container).
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- addLayout(Container).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- addLayout(Container).
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutCustomizer
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.IconEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- addPropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.StringEditor
-
- addSharedColor(Color).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Adds a colour to the end of the shared colour list.
- addUpdateButtonActionListener(ActionListener).
Method in class uk.co.demon.sspl.pub.ColorWidget
- Overrides the default action of the Update button.
- addUpdateListener(BuilderUpdateListener).
Static method in class uk.co.demon.sspl.pub.BuilderMulticaster
- Adds a listener to the multicaster.
- attachHandlers(Component).
Method in interface pub.java.gui.builders.BuilderHandlerBeanInfo
-
- attachHandlers(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- AutoLayout().
Constructor for class uk.co.demon.sspl.tools.autolayout.AutoLayout
-
- BorderEditor().
Constructor for class uk.co.demon.sspl.editors.BorderEditor
-
- BoxLayoutBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- Builder().
Constructor for class uk.co.demon.sspl.jforge.Builder
-
- BUILDER_BUILDMODE.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just switched from test mode into normal (build) mode.
- BUILDER_MODIFIED.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just modified the GUI on the current work bench.
- BUILDER_OPEN.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just done a "load" or "open" of some type.
- BUILDER_RESET.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just been reset (via "New", "Load", etc)
- BUILDER_SAVE.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just done a "save" of some type.
- BUILDER_TESTMODE.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- The Builder has just switched from normal (build) mode into test mode.
- BuilderAPI().
Constructor for class uk.co.demon.sspl.jforge.BuilderAPI
-
- BuilderColorTool().
Constructor for class uk.co.demon.sspl.pub.BuilderColorTool
-
- BuilderHelpWindow().
Constructor for class uk.co.demon.sspl.tools.helpsystem.BuilderHelpWindow
-
- BuilderJAppletBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- BuilderJComboBoxBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- BuilderJFrameBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- BuilderJInternalFrameBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- BuilderJLabelBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJLabelBeanInfo
-
- BuilderJScrollBarBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- BuilderJScrollPaneBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- BuilderJSliderBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJSliderBeanInfo
-
- BuilderJSplitPaneBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- BuilderJTabbedPaneBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- BuilderJTableBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJTableBeanInfo
-
- BuilderJTextFieldBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.BuilderJTextFieldBeanInfo
-
- BuilderMulticaster().
Constructor for class uk.co.demon.sspl.pub.BuilderMulticaster
-
- BuilderProperties(Font, boolean, String, String, String, String, String, String, String[], String[], String, boolean, int, int, int, int, int, int, boolean, boolean, boolean, int, int, FontMetrics, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Border, boolean, int, boolean, long, long, int, int, int, int, boolean, boolean, boolean, boolean).
Constructor for class uk.co.demon.sspl.jforge.BuilderProperties
- The constructor for the object.
- BuilderPropertyDisplay(Component, Container, BeanInfo[]).
Constructor for class uk.co.demon.sspl.jforge.BuilderPropertyDisplay
-
- BuilderUpdateEvent(Object, int, Object).
Constructor for class uk.co.demon.sspl.pub.BuilderUpdateEvent
- Creates a new BuilderUpdateEvent object.
- changeColor(Color, int, int, int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Changes the R/G/B values of the given Color object.
- ColorEditor().
Constructor for class uk.co.demon.sspl.editors.ColorEditor
-
- ColorWidget().
Constructor for class uk.co.demon.sspl.pub.ColorWidget
- Constructs a new ColorWidget.
- ColorWidget(BuilderColorTool).
Constructor for class uk.co.demon.sspl.pub.ColorWidget
- Constructs a new ColorWidget.
- ColorWidget(BuilderColorTool, boolean).
Constructor for class uk.co.demon.sspl.pub.ColorWidget
- Constructs a new ColorWidget.
- compare(LayoutManager, LayoutManager).
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- compare(LayoutManager, LayoutManager).
Method in interface pub.java.gui.builders.BuilderLayoutBeanInfo
- Compares two Layouts, value by value.
- compare(LayoutManager, LayoutManager).
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- compare(LayoutManager, LayoutManager).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- compare(LayoutManager, LayoutManager).
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- COMPONENT_CREATED.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A component has just been created.
- COMPONENT_DESTROYED.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A component has just been destroyed.
- COMPONENT_SELECTED.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A component has just been selected.
- createAndDisplaySplashScreen().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Creates and displays the JForge Splash Screen.
- deleteComponent(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Deletes the given component.
- DimensionEditor().
Constructor for class uk.co.demon.sspl.editors.DimensionEditor
-
- dump().
Static method in class uk.co.demon.sspl.pub.BuilderMulticaster
- Prints debugging information.
- EDIT_SHEET_UNCACHED.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A Property Sheet or Customizer has been uncached from the internal cache
or stack and should remove its handlers, notify anybody else that needs to
know it is shutting down and then destroy itself.
- editSelected().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Edits the selected component.
- FILE_BLANK.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- A file save state indicating that there is nothing on the Work Bench.
- FILE_NEW_NOT_SAVED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- A file save state of a new GUI that has not been saved before.
- FILE_NOT_SAVED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- A file save state of "not saved".
- FILE_SAVED.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- A file save state of "saved".
- findSharedColorIndex(Color).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the index of a shared colour.
- fireUpdateEvent(BuilderUpdateEvent).
Static method in class uk.co.demon.sspl.pub.BuilderMulticaster
- Fires an UpdateEvent.
- FlowLayoutBeanInfo().
Constructor for class pub.java.gui.beans.FlowLayoutBeanInfo
-
- generateBorder(Border, Component, String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Generates an appropriate line of code representing the given Border.
- generateColor(Color).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Generates an appropriate line of code for Color.
- generateComponent(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Generates source code for the given component.
- generateIdentifier(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns a unique identifier based on the given class name.
- generateLayout(Component, Container, Component[], String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Generate source code for the layout and sub-components of the
given component.
- generatePartComponent(Component, BeanInfo[], String, int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Generates source code for the given component using the BeanInfo
provided and starting at the level specified.
- generateUniqueIdentifier(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns a unique identifier based on the given identifier.
- getAsText().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- getAsText().
Method in class pub.java.gui.beans.LRJustificationEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- getAsText().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- getBaseColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The base colour for JForge.
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getBeanDescriptor().
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- getBeanDescriptor().
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- getBeanDescriptor().
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- getBeanInfo(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Obtain bean information for the specified component.
- getChildren(Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns the children of this component (i.e.: those children
that can be editted and are managed by this component).
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getCodeGenMarker(Object).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets a general purpose "marker" during code generation.
- getColor().
Method in class uk.co.demon.sspl.pub.ColorWidget
- Gets the Colour Well colour.
- getColorToEdit().
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- getColorTool().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the colour tool.
- getContainer(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Obtains the container for the specified component.
- getContent(Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns a component to which layouts and other components can
be added.
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getContent(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getCopiedComponent().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the component currently in the copy buffer.
- getCurrentClassName().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the name of the class that will be written out during code
generation.
- getCurrentCodeGenComponent().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the component that source is currently being generated for.
- getCurrentCodeGenMethod().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the set method name that source is currently being generated for.
- getCurrentDirectory().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the name of the current directory that files are being loaded from
and saved into.
- getCurrentFileName().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the name of the current file that has been loaded or is being saved.
- getCurrentProperties().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the current properties for the JForge application in a
BuilderProperties object.
- getCurrentSelectedComponents().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the components that are currently selected.
- getCurrentTopLevelComponent().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the current Work Bench top level component.
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- getCustomEditor().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- getDebugLevel().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The current debug level.
- getDefaultLayout().
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns the default Layout Manager for this component.
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getDefaultLayout().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getDefaultLayout(Container).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the default layout manager (the original layout manager object that
was generated for) the given component.
- getEntryColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The colour for entry text in JForge.
- getEventType().
Method in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- Returns the event type for this event.
- getHighColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The high colour for JForge.
- getIcon(int).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getIcon(int).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getIconPath().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The relative path from uk\co\demon\sspl\jforge to the Toolbar icons and
logos.
- getIconPathForComponent(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the URL path for the given component and the "current method".
- getIconPathForComponent(Component, String).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizerGui
-
- getIconPathsForComponent(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns a Vector of URL paths for the given component.
- getJavaConstructorString(Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns a string that would create a new instance of the component when
compiled and run.
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getJavaConstructorString(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getJavaConstructorString(LayoutManager).
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- getJavaConstructorString(LayoutManager).
Method in interface pub.java.gui.builders.BuilderLayoutBeanInfo
- Returns a string that would create a new instance of the layout when
compiled and run.
- getJavaConstructorString(LayoutManager).
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- getJavaConstructorString(LayoutManager).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- getJavaConstructorString(LayoutManager).
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- getJavaInitializationString().
Method in class pub.java.gui.beans.LRJustificationEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- getJavaInitializationString().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- getJavaInitializationStrings(Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns an array of strings that would regenerate the component
when compiled and run.
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getJavaInitializationStrings(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getJavaInitializationStrings(Container).
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- getJavaInitializationStrings(Container).
Method in interface pub.java.gui.builders.BuilderLayoutBeanInfo
- Returns an array of strings.
- getJavaInitializationStrings(Container).
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- getJavaInitializationStrings(Container).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- getJavaInitializationStrings(Container).
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- getMediumColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The medium colour for JForge.
- getMenuBar().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJLabelBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSliderBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTableBeanInfo
-
- getPropertyDescriptors().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTextFieldBeanInfo
-
- getPropertyDescriptors().
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- getPropertyDescriptors().
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- getPropertyDisplay(Component, Container, BeanInfo[]).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Obtain a property sheet for the specified component.
- getReadoutColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The colour for readout type text in JForge.
- getSaveState().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the current save state of the current Work Bench.
- getSharedColorAtIndex(int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the Color object for a given index.
- getSharedColors().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the current set of Shared colours in an array.
- getStandardBorder().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The current border that is being used by the JForge user interface.
- getStandardFont().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The current font that is being used by the JForge user interface.
- getTags().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- getTags().
Method in class pub.java.gui.beans.LRJustificationEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- getTags().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- getTarget().
Method in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- Returns the target of this event.
- getTextColor().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- The colour for text in JForge.
- getTopFrame().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the top level frame of JForge.
- getUniqueColorAtIndex(int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the Color object for a given index.
- getUniqueColors().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns the current set of Unique colours in an array.
- getValue().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- getValue().
Method in class pub.java.gui.beans.LRJustificationEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- getValue().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- getVisibleChildren(Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns the currently visible children of this component.
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- getVisibleChildren(Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- getWorkBench().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the work bench container.
- getWorkBenchGlassPane().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Gets the glass pane that covers the Work Bench.
- GridBagLayoutBeanInfo().
Constructor for class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- GridBagLayoutCustomizer().
Constructor for class uk.co.demon.sspl.beaninfo.GridBagLayoutCustomizer
-
- GridLayoutBeanInfo().
Constructor for class pub.java.gui.beans.GridLayoutBeanInfo
-
- hyperlinkUpdate(HyperlinkEvent).
Method in class uk.co.demon.sspl.tools.helpsystem.BuilderHelpWindow
-
- IconCustomEditor(IconEditor).
Constructor for class uk.co.demon.sspl.editors.IconCustomEditor
-
- IconEditor().
Constructor for class uk.co.demon.sspl.editors.IconEditor
-
- insertSharedColor(Color, int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Inserts a colour into the shared colour list at the specified index.
- InsetsEditor().
Constructor for class uk.co.demon.sspl.editors.InsetsEditor
-
- isAddProvided().
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns a boolean indicating whether this bean info provides the
functionality to perform an add() via the method addComponent.
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- isAddProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- isDebugOn().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- True if debug is switched on.
- isIdentifierUsed(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns true if the given name is already used as an identifier.
- isPaintable().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- isPaintable().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- isRemoveProvided().
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns a boolean indicating whether this bean info provides the
functionality to perform a remove() via the method removeComponent.
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- isRemoveProvided().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- isSharedColor(Color).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Returns true if the given colour is a shared colour.
- JBarOrientationEditor().
Constructor for class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- jforgeCodeGenStart().
Method in class uk.co.demon.sspl.pub.PublicStartStopJForge
- This method is called just after the banner is output and just before
the first "import" statement.
- jforgeCodeGenStop().
Method in class uk.co.demon.sspl.pub.PublicStartStopJForge
- This method is called just after the closing brace of the class.
- jforgeShutdown().
Method in class uk.co.demon.sspl.pub.PublicStartStopJForge
- This method is called just before JForge shuts down.
- jforgeStart().
Method in class uk.co.demon.sspl.pub.PublicStartStopJForge
- This method is called after the Main Window is displayed.
- JFrameCloseOperationEditor().
Constructor for class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- jlabel1.
Variable in class uk.co.demon.sspl.editors.DimensionEditor
-
- jlabel1.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- jlabel1.
Variable in class uk.co.demon.sspl.editors.PointEditor
-
- jlabel1.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- jlabel2.
Variable in class uk.co.demon.sspl.editors.DimensionEditor
-
- jlabel2.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- jlabel2.
Variable in class uk.co.demon.sspl.editors.PointEditor
-
- jlabel2.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- jlabel3.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- jlabel3.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- jlabel4.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- jlabel4.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- JLabelHorzEditor().
Constructor for class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- JLabelVertEditor().
Constructor for class uk.co.demon.sspl.editors.JLabelVertEditor
-
- JMenuBarCustomEditor(JMenuBarEditor).
Constructor for class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- JMenuBarEditor().
Constructor for class uk.co.demon.sspl.editors.JMenuBarEditor
-
- JScrollBarHorzPolicyEditor().
Constructor for class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- JScrollBarVertPolicyEditor().
Constructor for class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- JSplitPaneOrientationEditor().
Constructor for class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- JTabbedPaneCustomizer().
Constructor for class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- JTabbedPaneCustomizerGui().
Constructor for class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizerGui
-
- JTableResizeEditor().
Constructor for class uk.co.demon.sspl.editors.JTableResizeEditor
-
- JTextFieldHorzEditor().
Constructor for class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- keyPressed(KeyEvent).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- keyPressed(KeyEvent).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- keyPressed(KeyEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- keyPressed(KeyEvent).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- keyPressed(KeyEvent).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- keyReleased(KeyEvent).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- keyReleased(KeyEvent).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- keyReleased(KeyEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- keyReleased(KeyEvent).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- keyReleased(KeyEvent).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- keyTyped(KeyEvent).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- keyTyped(KeyEvent).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- keyTyped(KeyEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- keyTyped(KeyEvent).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- keyTyped(KeyEvent).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- LayoutManagerEditor().
Constructor for class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- loadComponentIntoBuilder(Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Loads the specified component into JForge.
- LRJustificationEditor().
Constructor for class pub.java.gui.beans.LRJustificationEditor
-
- main(String[]).
Static method in class uk.co.demon.sspl.jforge.Builder
-
- main(String[]).
Static method in class uk.co.demon.sspl.jforge.SetupMain
-
- menuColourTool().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Displays the Colour dialogue.
- menuCompilationStatus().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Displays the Compilation Status dialogue.
- menuCopySelected().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a copy.
- menuCutSelected().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a cut.
- menuDeleteSelected().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a delete.
- menuEditSelected().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs an Edit.
- menuExit().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs an exit.
- menuLoadSerial().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a load serial.
- menuNew().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a new.
- menuOpen().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs an open.
- menuPasteBuffer().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a paste.
- menuPreferences().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Displays the preferences dialogue.
- menuSave().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a save.
- menuSaveAs().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a save as.
- menuSaveCompile().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a save and compile.
- menuSaveSerial().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Performs a save serial.
- menuShowAbout().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Shows the "About" dialogue.
- menuTreeTool().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Displays the Tree dialogue.
- mouseClicked(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseClicked(MouseEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- mouseClicked(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mouseDragged(MouseEvent).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Executes a programmatic "mouse drag".
- mouseDragged(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseDragged(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mouseEntered(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseEntered(MouseEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- mouseEntered(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mouseExited(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseExited(MouseEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- mouseExited(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mouseMoved(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseMoved(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mousePressed(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mousePressed(MouseEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- mousePressed(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- mousePressed(MouseEvent, Component).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Executes a programmatic "mouse press".
- mouseReleased(MouseEvent).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Executes a programmatic "mouse release".
- mouseReleased(MouseEvent).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- mouseReleased(MouseEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- mouseReleased(MouseEvent).
Method in class uk.co.demon.sspl.tools.menueditor.JMenuBarCustomEditor
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BoxLayoutBeanInfo
-
- newInstance().
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Returns a new instance of the component.
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- newInstance().
Method in interface pub.java.gui.builders.BuilderLayoutBeanInfo
- Returns a new instance of the layout.
- newInstance().
Method in class pub.java.gui.beans.FlowLayoutBeanInfo
-
- newInstance().
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutBeanInfo
-
- newInstance().
Method in class pub.java.gui.beans.GridLayoutBeanInfo
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.IconEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- paintValue(Graphics, Rectangle).
Method in class uk.co.demon.sspl.editors.StringEditor
-
- PointEditor().
Constructor for class uk.co.demon.sspl.editors.PointEditor
-
- POSITION_CHANGE.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A component has just undergone a change of x/y position.
- propertyChange(PropertyChangeEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- PublicMenuHandler(JMenuBar, JToolBar).
Constructor for class uk.co.demon.sspl.pub.PublicMenuHandler
- This constructor is called from JForge.
- PublicStartStopJForge().
Constructor for class uk.co.demon.sspl.pub.PublicStartStopJForge
- This constructor is called from JForge before the Main Window is
created and internal variables are set up.
- RectangleEditor().
Constructor for class uk.co.demon.sspl.editors.RectangleEditor
-
- removeComponent(Component, Component).
Method in interface pub.java.gui.builders.BuilderComponentBeanInfo
- Removes a child component from the component.
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJAppletBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJComboBoxBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJFrameBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJInternalFrameBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollBarBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJScrollPaneBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJSplitPaneBeanInfo
-
- removeComponent(Component, Component).
Method in class uk.co.demon.sspl.beaninfo.BuilderJTabbedPaneBeanInfo
-
- removeIdentifier(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Removes the given name from JForge's internal list of identifier
names.
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutCustomizer
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.IconEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- removePropertyChangeListener(PropertyChangeListener).
Method in class uk.co.demon.sspl.editors.StringEditor
-
- removeSharedColor(int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Removes the specified colour from the shared colour list.
- removeUpdateListener(BuilderUpdateListener).
Static method in class uk.co.demon.sspl.pub.BuilderMulticaster
- Removes a listener from the multicaster.
- resetColorTool().
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.IconEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- setAsText(String).
Method in class pub.java.gui.beans.LRJustificationEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- setAsText(String).
Method in class uk.co.demon.sspl.editors.StringEditor
-
- setCodeGenMarker(Object, Object).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Sets a general purpose "marker" during code generation.
- setColor(Color).
Method in class uk.co.demon.sspl.pub.ColorWidget
- Sets the Colour Well colour.
- setColorToEdit(Color).
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- setCurrentProperties(BuilderProperties).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Sets the current properties for the JForge application.
- setEnabled(boolean).
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- setEnabled(boolean).
Method in class uk.co.demon.sspl.pub.ColorWidget
- Enables or disables the ColorWidget.
- setIconPathForComponent(Component, String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Sets the URL of the icon for the given component.
- setObject(Object).
Method in class uk.co.demon.sspl.beaninfo.GridBagLayoutCustomizer
-
- setObject(Object).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- setSaveState(int).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Sets the current save state of the current Work Bench.
- SetupMain().
Constructor for class uk.co.demon.sspl.jforge.SetupMain
-
- setURLMethodName(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Sets the method name to which Icons are are associated.
- setValue(Object).
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.IconEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JBarOrientationEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JFrameCloseOperationEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JLabelHorzEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JLabelVertEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JScrollBarHorzPolicyEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JScrollBarVertPolicyEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JSplitPaneOrientationEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JTableResizeEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.JTextFieldHorzEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- setValue(Object).
Method in class pub.java.gui.beans.LRJustificationEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.PointEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- setValue(Object).
Method in class uk.co.demon.sspl.editors.StringEditor
-
- setVisible(boolean).
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- showErrorDialog(String).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- A convenience method for poping up an error dialog associated with
the Builder's main window.
- shutdown().
Method in class uk.co.demon.sspl.jforge.BuilderPropertyDisplay
-
- shutdown().
Method in class uk.co.demon.sspl.pub.ColorWidget
- Shuts down this color widget by removing it from the Multicaster.
- stateChanged(ChangeEvent).
Method in class uk.co.demon.sspl.pub.BuilderColorTool
-
- StringEditor().
Constructor for class uk.co.demon.sspl.editors.StringEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.BorderEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.ColorEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.DimensionEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.IconEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.InsetsEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.JMenuBarEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.LayoutManagerEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.PointEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.RectangleEditor
-
- supportsCustomEditor().
Method in class uk.co.demon.sspl.editors.StringEditor
-
- txtBottom.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- txtH.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- txtHeight.
Variable in class uk.co.demon.sspl.editors.DimensionEditor
-
- txtLeft.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- txtRight.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- txtTop.
Variable in class uk.co.demon.sspl.editors.InsetsEditor
-
- txtW.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- txtWidth.
Variable in class uk.co.demon.sspl.editors.DimensionEditor
-
- txtX.
Variable in class uk.co.demon.sspl.editors.PointEditor
-
- txtX.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- txtY.
Variable in class uk.co.demon.sspl.editors.PointEditor
-
- txtY.
Variable in class uk.co.demon.sspl.editors.RectangleEditor
-
- updateFiredEvent(ActionEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
- Returns true if the given action event source was generated by
the Update button on this ColorWidget.
- updateOccurred(BuilderUpdateEvent).
Method in interface uk.co.demon.sspl.pub.BuilderUpdateListener
- Invoked when an update occurs.
- updateOccurred(BuilderUpdateEvent).
Method in class uk.co.demon.sspl.pub.ColorWidget
-
- updateOccurred(BuilderUpdateEvent).
Method in class uk.co.demon.sspl.beaninfo.JTabbedPaneCustomizer
-
- updateOccurred(BuilderUpdateEvent).
Method in class uk.co.demon.sspl.pub.PublicMenuHandler
-
- updatePropertiesDialog().
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Updates the Preferences (properties) dialog with the current values.
- updatePropertySheet(BuilderPropertySheet).
Static method in class uk.co.demon.sspl.jforge.BuilderAPI
- Updates the property sheet with the latest values from the component.
- VERSION_HIGH.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- The most significant part of the JForge version number.
- VERSION_LOW.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- The least significant part of the JForge version number.
- VERSION_NAME.
Static variable in class uk.co.demon.sspl.jforge.BuilderAPI
- The JForge version name.
- VISUAL_CHANGE.
Static variable in class uk.co.demon.sspl.pub.BuilderUpdateEvent
- A component has just undergone a visual change (size, colour, etc).
- windowActivated(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowActivated(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowClosed(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowClosed(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowClosing(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowClosing(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowDeactivated(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowDeactivated(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowDeiconified(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowDeiconified(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowIconified(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowIconified(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-
- windowOpened(WindowEvent).
Method in class uk.co.demon.sspl.jforge.Builder
-
- windowOpened(WindowEvent).
Method in class uk.co.demon.sspl.jforge.SetupMain
-