Class EditNodeView

java.lang.Object
  extended byEditNodeView
All Implemented Interfaces:
java.util.Observer

public class EditNodeView
extends java.lang.Object
implements java.util.Observer

Right hand side of UI. Responsible for rendering the current preference node.


Constructor Summary
EditNodeView()
          ctor
 
Method Summary
 void deleteKey()
          Deletes the currently selected attribute.
 javax.swing.JPanel getPanel()
           
 void newKey()
          Prompts for and creates a new attribute key for the currently selected node.
 void update(java.util.Observable oObject, java.lang.Object oArg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditNodeView

public EditNodeView()
ctor

Method Detail

getPanel

public javax.swing.JPanel getPanel()
Returns:
javax.swing.JPanel

update

public void update(java.util.Observable oObject,
                   java.lang.Object oArg)
Specified by:
update in interface java.util.Observer
See Also:
Observer.update(java.util.Observable, java.lang.Object)

newKey

public void newKey()
Prompts for and creates a new attribute key for the currently selected node.


deleteKey

public void deleteKey()
Deletes the currently selected attribute.



Copyright © 2003-2004 . All Rights Reserved.