From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- .../prefs/editors/VSAbstractBetterEditor.html | 422 +++++++++++++++++++++ 1 file changed, 422 insertions(+) create mode 100644 VS-Sim-Javadoc/prefs/editors/VSAbstractBetterEditor.html (limited to 'VS-Sim-Javadoc/prefs/editors/VSAbstractBetterEditor.html') diff --git a/VS-Sim-Javadoc/prefs/editors/VSAbstractBetterEditor.html b/VS-Sim-Javadoc/prefs/editors/VSAbstractBetterEditor.html new file mode 100644 index 0000000..3458b61 --- /dev/null +++ b/VS-Sim-Javadoc/prefs/editors/VSAbstractBetterEditor.html @@ -0,0 +1,422 @@ + + + + + + +VSAbstractBetterEditor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +prefs.editors +
+Class VSAbstractBetterEditor

+
+java.lang.Object
+  extended by prefs.editors.VSAbstractEditor
+      extended by prefs.editors.VSAbstractBetterEditor
+
+
+
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
+
+
+
Direct Known Subclasses:
VSProcessEditor, VSSimulatorEditor
+
+
+
+
public abstract class VSAbstractBetterEditor
extends VSAbstractEditor
+ + +

+The class VSAbstractBetterEditor, is an improved VSAbstractEditor. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class prefs.editors.VSAbstractEditor
ALL_PREFERENCES, MIN_UNIT_LENGTH, prefs, prefsToEdit, SIMULATION_PREFERENCES, VALUE_FIELD_COLS
+  + + + + + + + + + + +
+Constructor Summary
VSAbstractBetterEditor(VSPrefs prefs, + VSPrefs prefsToEdit, + java.lang.String title) + +
+          An simple constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidactionPerformed(java.awt.event.ActionEvent e) + +
+           
+protected  voidaddToButtonPanelFront(javax.swing.JPanel buttonPanel) + +
+          Adds components to the front of the button panel .
+protected  voidaddToButtonPanelLast(javax.swing.JPanel buttonPanel) + +
+          Adds components to last of the button panel.
+protected  voidaddToEditTableLast() + +
+          Adds the to edit table last.
+ java.awt.ContainergetContentPane() + +
+          Gets the content pane.
+ java.lang.StringgetTitle() + +
+          Gets the title.
+ + + + + + + +
Methods inherited from class prefs.editors.VSAbstractEditor
addSeparator, addToEditor, createBooleanComponent, createColorComponent, createFloatComponent, createIntegerComponent, createLongComponent, createStringComponent, createVectorComponent, disposeFrameIfExists, disposeFrameWithParentIfExists, expertModeChanged, fillEditPanelFront, getButtonPanel, getEditPanel, getEditTable, getFrame, resetPrefs, savePrefs, setFrame, setPrefs, setPrefsToEdit
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSAbstractBetterEditor

+
+public VSAbstractBetterEditor(VSPrefs prefs,
+                              VSPrefs prefsToEdit,
+                              java.lang.String title)
+
+
An simple constructor. +

+

+
Parameters:
prefs - the prefs
prefsToEdit - the prefs to edit
title - the title
+
+ + + + + + + + +
+Method Detail
+ +

+getTitle

+
+public java.lang.String getTitle()
+
+
Gets the title. +

+

+ +
Returns:
the title
+
+
+
+ +

+getContentPane

+
+public java.awt.Container getContentPane()
+
+
Gets the content pane. +

+

+ +
Returns:
the content pane
+
+
+
+ +

+addToButtonPanelFront

+
+protected void addToButtonPanelFront(javax.swing.JPanel buttonPanel)
+
+
Description copied from class: VSAbstractEditor
+
Adds components to the front of the button panel . +

+

+
Specified by:
addToButtonPanelFront in class VSAbstractEditor
+
+
+
Parameters:
buttonPanel - the button panel
+
+
+
+ +

+addToButtonPanelLast

+
+protected void addToButtonPanelLast(javax.swing.JPanel buttonPanel)
+
+
Description copied from class: VSAbstractEditor
+
Adds components to last of the button panel. +

+

+
Specified by:
addToButtonPanelLast in class VSAbstractEditor
+
+
+
Parameters:
buttonPanel - the button panel
+
+
+
+ +

+addToEditTableLast

+
+protected void addToEditTableLast()
+
+
Description copied from class: VSAbstractEditor
+
Adds the to edit table last. +

+

+
Specified by:
addToEditTableLast in class VSAbstractEditor
+
+
+
+
+
+
+ +

+actionPerformed

+
+public void actionPerformed(java.awt.event.ActionEvent e)
+
+
+
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class VSAbstractEditor
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3