net.groboclown.gui.pluginapp.v1.event
Class PropertyChangeEvent
java.lang.Object
|
+--net.groboclown.gui.pluginapp.v1.event.BaseEvent
|
+--net.groboclown.gui.pluginapp.v1.event.PropertyChangeEvent
- All Implemented Interfaces:
- Serializable
- public class PropertyChangeEvent
- extends BaseEvent
The main GUI frame controller.
It has the Frame, the MenuBar, and the Tabbed Pane where everyone plays.
For each primary component, there is a JMenu and JComponent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
key
private String key
orig
private String orig
newv
private String newv
PropertyChangeEvent
public PropertyChangeEvent(String key,
String orig,
String newv)
getKey
public String getKey()
getOriginalValue
public String getOriginalValue()
getNewValue
public String getNewValue()
toString
public String toString()
- Overrides:
toString
in class Object
Written under the LGPL