jApp
Class PropertyEditor

java.lang.Object
  extended by jApp.PropertyEditor

public class PropertyEditor
extends java.lang.Object


Nested Class Summary
static class PropertyEditor.TableModel
           
 
Constructor Summary
PropertyEditor(PropertyEditor.TableModel model)
           
PropertyEditor(PropertyEditor.TableModel m, boolean ac)
           
 
Method Summary
static javax.swing.JPanel createEditor(PropertyEditor.TableModel model)
           
 javax.swing.JPanel getPanel()
           
 javax.swing.JTable getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditor

public PropertyEditor(PropertyEditor.TableModel model)

PropertyEditor

public PropertyEditor(PropertyEditor.TableModel m,
                      boolean ac)
Method Detail

getTable

public javax.swing.JTable getTable()

createEditor

public static javax.swing.JPanel createEditor(PropertyEditor.TableModel model)

getPanel

public javax.swing.JPanel getPanel()