zeus.generator.util
Class FactPanel.FactModifiersEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byjavax.swing.DefaultCellEditor
          extended byzeus.generator.util.FactPanel.FactModifiersEditor
All Implemented Interfaces:
java.awt.event.ActionListener, javax.swing.CellEditor, java.util.EventListener, FactModifier, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
Enclosing class:
FactPanel

class FactPanel.FactModifiersEditor
extends javax.swing.DefaultCellEditor
implements java.awt.event.ActionListener, FactModifier


Nested Class Summary
 
Nested classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
protected  javax.swing.JButton button
           
protected  int column
           
protected  ModifierDialog dialog
           
protected  int modifier
           
protected  int row
           
protected  int type
           
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
FactPanel.FactModifiersEditor(int modifierType)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void factModifiersChanged(int modifier)
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Field Detail

button

protected javax.swing.JButton button

row

protected int row

column

protected int column

dialog

protected ModifierDialog dialog

type

protected int type

modifier

protected int modifier
Constructor Detail

FactPanel.FactModifiersEditor

public FactPanel.FactModifiersEditor(int modifierType)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

factModifiersChanged

public void factModifiersChanged(int modifier)
Specified by:
factModifiersChanged in interface FactModifier

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.