Class Properties.PropWin
All Packages This Package Previous Next
Class Properties.PropWin
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----Properties.PropWin
-
public class
PropWin
-
extends Frame
This class represents the properties window of a vertex
This unpredicatble gets hung up.
We believe this is an error with the AWT
-
PropWin(Vector, PropMan, String, String)
-
initialize a Property Window with a vector of properties to
display, the property manager that owns it, the name of the
property that should be displayed, and the title of the property
window
-
getPropShown()
-
Get the currently selected property
-
getVector()
-
get a vector of the properties in the window
-
handleEvent(Event)
-
handle button and windoy destroy events
make sure handles window destruction correctly
PropWin
public PropWin(Vector props,
PropMan pm,
String ps,
String title)
-
initialize a Property Window with a vector of properties to
display, the property manager that owns it, the name of the
property that should be displayed, and the title of the property
window
getVector
public PropVector getVector()
-
get a vector of the properties in the window
getPropShown
public String getPropShown()
-
Get the currently selected property
handleEvent
public boolean handleEvent(Event evt)
-
handle button and windoy destroy events
make sure handles window destruction correctly
-
Overrides:
-
handleEvent in class Component
All Packages This Package Previous Next