Class PropertyEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PropertyEditorPanel extends JPanel
Panel for setting property values.

See Also:
  • Constructor Details

  • Method Details

    • getTable

      public final JTable getTable()
    • getAddRowAction

      public SwingAction getAddRowAction()
      Action for adding row.
    • getRemoveRowsAction

      public SwingAction getRemoveRowsAction()
      Action for adding row.
    • getModel

      public PropertyEditorTableModel getModel()
    • main

      public static void main(String[] pArgs)
      Creates a JFrame and runs a sample instance of the property panel with some dummy data.