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

Constructor Index

 o InspectorFrame(InspectorPanel)
Constructs an InpectorFrame around the given InspectorPanel

Method Index

 o action(Event, Object)
Handles button presses
 o close()
Closes the frame
 o handleEvent(Event)
Handles Window manager requests
 o on(Object)
Returns an InspectorFrame on the object
 o on(boolean)
Returns an InspectorFrame on the boolean
 o on(byte)
Returns an InspectorFrame on the byte
 o on(char)
Returns an InspectorFrame on the char
 o on(short)
Returns an InspectorFrame on the short
 o on(int)
Returns an InspectorFrame on the int
 o on(long)
Returns an InspectorFrame on the long
 o on(float)
Returns an InspectorFrame on the float
 o on(double)
Returns an InspectorFrame on the double
 o updateTitle()
Updates the Frame's title to reflect a new target

Constructors

 o InspectorFrame
  public InspectorFrame(InspectorPanel p)
Constructs an InpectorFrame around the given InspectorPanel

Methods

 o on
  public static InspectorFrame on(Object object)
Returns an InspectorFrame on the object
 o on
  public static InspectorFrame on(boolean object)
Returns an InspectorFrame on the boolean
 o on
  public static InspectorFrame on(byte object)
Returns an InspectorFrame on the byte
 o on
  public static InspectorFrame on(char object)
Returns an InspectorFrame on the char
 o on
  public static InspectorFrame on(short object)
Returns an InspectorFrame on the short
 o on
  public static InspectorFrame on(int object)
Returns an InspectorFrame on the int
 o on
  public static InspectorFrame on(long object)
Returns an InspectorFrame on the long
 o on
  public static InspectorFrame on(float object)
Returns an InspectorFrame on the float
 o on
  public static InspectorFrame on(double object)
Returns an InspectorFrame on the double
 o updateTitle
  public void updateTitle()
Updates the Frame's title to reflect a new target
 o close
  public void close()
Closes the frame
 o handleEvent
  public boolean handleEvent(Event event)
Handles Window manager requests
Overrides:
handleEvent in class Component
 o 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