Class symantec.itools.db.beans.binding.TableBindingEditor
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.TableBindingEditor
Object
|
+----Component
|
+----Container
|
+----Panel
|
+----CustomOverrideEditorSupport
|
+----CustomOverrideVObjEditorSupport
|
+----symantec.itools.db.beans.binding.TableBindingEditor
- public class TableBindingEditor
- extends CustomOverrideVObjEditorSupport
TableBindingEditor is the property editor
used for editing the Table Data Binding property
- Version:
- 1.0 10/21/98
- Author:
- Vasudev Rao
-
editorPage
- This is the page that contains the GUI
-
symantec.itools.db.beans.binding.TableBindingEditor()
- Default constructor
-
cancelPressed()
- The derived class should override this method.
-
getCustomEditor()
- A PropertyEditor may choose to make available a full custom Component
that edits its property value.
-
getHelpID()
-
-
getJavaInitializationString()
- This method is intended for use when generating Java code to set
the value of the property.
-
helpPressed()
- The derived class should override this method.
-
okPressed()
- The derived class should override this method.
-
synchronizeColumnAttributes()
-
editorPage
protected symantec.itools.db.beans.binding.TableBindingEditorPanel editorPage
- This is the page that contains the GUI
TableBindingEditor
public TableBindingEditor()
- Default constructor
cancelPressed
public void cancelPressed()
- The derived class should override this method.
and at the end of the overriden method super.cancelPressed()
should be called.
- Overrides:
- cancelPressed in class CustomOverrideEditorSupport
getCustomEditor
public java.awt.Component getCustomEditor()
- A PropertyEditor may choose to make available a full custom Component
that edits its property value. It is the responsibility of the
PropertyEditor to hook itself up to its editor Component itself and
to report property value changes by firing a PropertyChange event.
The higher-level code that calls getCustomEditor may either embed
the Component in some larger property sheet, or it may put it in
its own individual dialog, or ...
- Returns:
- A java.awt.Component that will allow a human to directly
edit the current property value. May be null if this is
not supported.
- Overrides:
- getCustomEditor in class CustomOverrideEditorSupport
getHelpID
public int getHelpID()
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- This method is intended for use when generating Java code to set
the value of the property. It should return a fragment of Java code
that can be used to initialize a variable with the current property
value.
Example results are "2", "new Color(127,127,34)", "Color.orange", etc.
- Returns:
- A fragment of Java code representing an initializer for the
current value.
- Overrides:
- getJavaInitializationString in class CustomOverrideEditorSupport
helpPressed
public void helpPressed()
- The derived class should override this method.
- Overrides:
- helpPressed in class CustomOverrideEditorSupport
okPressed
public void okPressed()
- The derived class should override this method.
and at the end of the overriden method super.okPressed()
should be called.
- Overrides:
- okPressed in class CustomOverrideEditorSupport
synchronizeColumnAttributes
protected void synchronizeColumnAttributes()
All Packages Class Hierarchy This Package Previous Next Index