Class PropertyListViewer2

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PropertyListViewer2 extends JPanel
Author:
root
See Also:
  • Constructor Details

    • PropertyListViewer2

      public PropertyListViewer2()
      Creates new form PropertyListViewer2
  • Method Details

    • isEditable

      public boolean isEditable()
      Get the value of editable.
      Returns:
      value of editable.
    • setEditable

      public void setEditable(boolean v)
      Set the value of editable.
      Parameters:
      v - Value to assign to editable.
    • getControlee

      public IControlee getControlee()
    • setModel

      public void setModel(Map m)
    • store

      public void store()
    • _cancel

      public void _cancel()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception