Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot.editor.editors
Class XMLEditor.EditorDelegate  view XMLEditor.EditorDelegate download XMLEditor.EditorDelegate.java

java.lang.Object
  extended byabbot.editor.editors.XMLEditor.EditorDelegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
XMLEditor

protected class XMLEditor.EditorDelegate
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener


Field Summary
protected  java.lang.Object value
           
 
Constructor Summary
protected XMLEditor.EditorDelegate()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 void cancelCellEditing()
           
 java.lang.Object getCellEditorValue()
           
 boolean isCellEditable(java.util.EventObject anEvent)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
          This method is called when an item's state is changed.
 void setValue(java.lang.Object value)
           
 boolean shouldSelectCell(java.util.EventObject anEvent)
           
 boolean startCellEditing(java.util.EventObject anEvent)
           
 boolean stopCellEditing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value
Constructor Detail

XMLEditor.EditorDelegate

protected XMLEditor.EditorDelegate()
Method Detail

getCellEditorValue

public java.lang.Object getCellEditorValue()

setValue

public void setValue(java.lang.Object value)

isCellEditable

public boolean isCellEditable(java.util.EventObject anEvent)

shouldSelectCell

public boolean shouldSelectCell(java.util.EventObject anEvent)

startCellEditing

public boolean startCellEditing(java.util.EventObject anEvent)

stopCellEditing

public boolean stopCellEditing()

cancelCellEditing

public void cancelCellEditing()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Description copied from interface: java.awt.event.ItemListener
This method is called when an item's state is changed.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener