Class symantec.itools.db.beans.binding.BindingEditor
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.BindingEditor
Object
|
+----Component
|
+----Container
|
+----Panel
|
+----CustomOverrideEditorSupport
|
+----symantec.itools.db.beans.binding.BindingEditor
- public class BindingEditor
- extends CustomOverrideEditorSupport
This class is a custom editor for the Data Binding property
of the BindingModel bean. It uses DataBindingPanel as its editor
panel (where end user can view and modify this property).
- Version:
- 1.0 06/09/98
- Author:
- Alessandro Vernet
-
IDJH_BM_DATA_BINDING
-
-
editorPage
- We keep a reference to the panel used to edit the Data
Binding property.
-
symantec.itools.db.beans.binding.BindingEditor()
-
-
getCustomEditor()
- Build the Component for this custom property editor.
-
getHelpID()
- Implementation of HelpIDProvider.
-
getJavaInitializationString()
- How the bean value will be initialized in the generated Java
source.
-
helpPressed()
- When the button help is pressed, we use the OpenAPI to
invoke the help window.
-
okPressed()
- When the OK button is pressed, we update the value of this
property editor with the value entered by the end user in the
editor panel.
IDJH_BM_DATA_BINDING
public static final int IDJH_BM_DATA_BINDING
editorPage
protected symantec.itools.db.beans.jdbc.editors.DataBindingPanel editorPage
- We keep a reference to the panel used to edit the Data
Binding property.
BindingEditor
public BindingEditor()
getCustomEditor
public java.awt.Component getCustomEditor()
- Build the Component for this custom property editor. It will
use EventEditorPanel.
- Overrides:
- getCustomEditor in class CustomOverrideEditorSupport
getHelpID
public int getHelpID()
- Implementation of HelpIDProvider. The help ID for this custom
property editor.
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- How the bean value will be initialized in the generated Java
source.
- Overrides:
- getJavaInitializationString in class CustomOverrideEditorSupport
helpPressed
public void helpPressed()
- When the button help is pressed, we use the OpenAPI to
invoke the help window.
- Overrides:
- helpPressed in class CustomOverrideEditorSupport
okPressed
public void okPressed()
- When the OK button is pressed, we update the value of this
property editor with the value entered by the end user in the
editor panel.
- Overrides:
- okPressed in class CustomOverrideEditorSupport
All Packages Class Hierarchy This Package Previous Next Index