hep.aida.ref.plotter.style.editor
Class StylePropertyEditColumnEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by hep.aida.ref.plotter.style.editor.StylePropertyEditColumnEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class StylePropertyEditColumnEditor
extends DefaultCellEditor

See Also:
Serialized Form

Constructor Summary
StylePropertyEditColumnEditor(StylePropertyTable table, int row, int column)
           
 
Method Summary
 Object getCellEditorValue()
           
 void getPropertyValue()
           
 Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
           
 void resetComponents()
           
 void resetValue()
           
 void setPropertyValue()
           
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTableCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Constructor Detail

StylePropertyEditColumnEditor

public StylePropertyEditColumnEditor(StylePropertyTable table,
                                     int row,
                                     int column)
Method Detail

getCellEditorValue

public Object getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor
Overrides:
getCellEditorValue in class DefaultCellEditor

getTreeCellEditorComponent

public Component getTreeCellEditorComponent(JTree tree,
                                            Object value,
                                            boolean isSelected,
                                            boolean expanded,
                                            boolean leaf,
                                            int row)
Specified by:
getTreeCellEditorComponent in interface TreeCellEditor
Overrides:
getTreeCellEditorComponent in class DefaultCellEditor

getPropertyValue

public void getPropertyValue()

setPropertyValue

public void setPropertyValue()

resetComponents

public void resetComponents()

resetValue

public void resetValue()
                throws Exception
Throws:
Exception


jHepWork 3.2 © jWork.org