Class symantec.itools.db.beans.binding.EventEditorPanel
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.EventEditorPanel
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----symantec.itools.db.beans.binding.EventEditorPanel
- public class EventEditorPanel
- extends JPanel
Panel for Triggering Event Custom Property Editor.
- Version:
- 1.0 10/12/98
- Author:
- Alessandro Vernet
-
symantec.itools.db.beans.binding.EventEditorPanel()
-
-
addActionListener(ActionListener)
- Adds an ActionListener to the panel.
-
fillVector()
-
-
fireActionPerformed(ActionEvent)
- Call
actionPerformed
on every registred listener.
-
getEvent()
- Returns the currently selected event.
-
removeActionListener(ActionListener)
- Removes an ActionListener to the panel.
-
setEvent(BindingModelEvent)
- Sets the currently selected event.
EventEditorPanel
public EventEditorPanel()
addActionListener
public void addActionListener(ActionListener actionListener)
- Adds an ActionListener to the panel. An action will be fired if
the user double clicks on a list item.
fillVector
public void fillVector()
fireActionPerformed
protected void fireActionPerformed(ActionEvent event)
- Call
actionPerformed
on every registred listener.
getEvent
public symantec.itools.db.beans.binding.BindingModelEvent getEvent()
- Returns the currently selected event.
removeActionListener
public void removeActionListener(ActionListener actionListener)
- Removes an ActionListener to the panel.
setEvent
public void setEvent(BindingModelEvent event)
- Sets the currently selected event. Should be used when the
panel is constructed to selected the initial value.
All Packages Class Hierarchy This Package Previous Next Index