Class symantec.itools.db.beans.binding.EventEditor
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.binding.EventEditor
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----CustomOverrideEditorSupport
                                   |
                                   +----symantec.itools.db.beans.binding.EventEditor
  -  public class EventEditor
  
-  extends CustomOverrideEditorSupport
  
-  implements HelpIDProvider
   
This class is a custom editor for the Triggering Event property
  of the BindingModel bean. It uses EventEditorPanel as its editor
  panel (where end user can view and modify this property).
  -  Version:
  
 -  1.0 10/09/98
  
 -  Author:
  
 -  Alessandro Vernet
 
  
  -  
	IDJH_BM_TRIGGERING_EVENT
   -    
 -  
	editorPanel
   -   We keep a reference to the panel used to edit the Triggering
 Event property.
 
  
  -  
	symantec.itools.db.beans.binding.EventEditor()
   -  
 
  
  -  
	getAsText()
   -   How this property is displayed in the Property List.
  
 -  
	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.
  
 -  
	setAsText(String)
   -   Set the property value by parsing a given String.
 
  
IDJH_BM_TRIGGERING_EVENT
public static final int IDJH_BM_TRIGGERING_EVENT
editorPanel
protected symantec.itools.db.beans.binding.EventEditorPanel editorPanel
  -  We keep a reference to the panel used to edit the Triggering
 Event property.
 
  
EventEditor
public EventEditor()
  
getAsText
public java.lang.String getAsText()
  -  How this property is displayed in the Property List.
  
 
 
    -  Overrides:
    
 -  getAsText in class CustomOverrideEditorSupport
  
 
 
 
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
  
 
 
 
setAsText
public void setAsText(String text) throws IllegalArgumentException
  -  Set the property value by parsing a given String.
  
 
 
    -  Overrides:
    
 -  setAsText in class CustomOverrideEditorSupport
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index