Class dstc.kalimantan.inspect.InspectorFrame
All Packages Class Hierarchy This Package Previous Next Index
Class dstc.kalimantan.inspect.InspectorFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----dstc.kalimantan.inspect.InspectorFrame
- public class InspectorFrame
- extends Frame
A Frame for displaying an InspectorPanel and associated buttons
- See Also:
- Inspector, InspectorPanel
-
InspectorFrame(InspectorPanel)
- Constructs an InpectorFrame around the given InspectorPanel
-
action(Event, Object)
- Handles button presses
-
close()
- Closes the frame
-
handleEvent(Event)
- Handles Window manager requests
-
on(Object)
- Returns an InspectorFrame on the object
-
on(boolean)
- Returns an InspectorFrame on the boolean
-
on(byte)
- Returns an InspectorFrame on the byte
-
on(char)
- Returns an InspectorFrame on the char
-
on(short)
- Returns an InspectorFrame on the short
-
on(int)
- Returns an InspectorFrame on the int
-
on(long)
- Returns an InspectorFrame on the long
-
on(float)
- Returns an InspectorFrame on the float
-
on(double)
- Returns an InspectorFrame on the double
-
updateTitle()
- Updates the Frame's title to reflect a new target
InspectorFrame
public InspectorFrame(InspectorPanel p)
- Constructs an InpectorFrame around the given InspectorPanel
on
public static InspectorFrame on(Object object)
- Returns an InspectorFrame on the object
on
public static InspectorFrame on(boolean object)
- Returns an InspectorFrame on the boolean
on
public static InspectorFrame on(byte object)
- Returns an InspectorFrame on the byte
on
public static InspectorFrame on(char object)
- Returns an InspectorFrame on the char
on
public static InspectorFrame on(short object)
- Returns an InspectorFrame on the short
on
public static InspectorFrame on(int object)
- Returns an InspectorFrame on the int
on
public static InspectorFrame on(long object)
- Returns an InspectorFrame on the long
on
public static InspectorFrame on(float object)
- Returns an InspectorFrame on the float
on
public static InspectorFrame on(double object)
- Returns an InspectorFrame on the double
updateTitle
public void updateTitle()
- Updates the Frame's title to reflect a new target
close
public void close()
- Closes the frame
handleEvent
public boolean handleEvent(Event event)
- Handles Window manager requests
- Overrides:
- handleEvent in class Component
action
public boolean action(Event event,
Object target)
- Handles button presses
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index