ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.editor
Class AbleInspectorWindow

java.lang.Object
  |
  +--com.ibm.able.editor.AbleInspectorWindow
All Implemented Interfaces:
java.io.Serializable

public class AbleInspectorWindow
extends java.lang.Object
implements java.io.Serializable

This class is the window for an Able Inspector

See Also:
Serialized Form

Constructor Summary
AbleInspectorWindow(javax.swing.JFrame theParentFrame, AbleInspector theInspectorFrame)
          Construct a new Able Inspector window based on the specified inspector object.
AbleInspectorWindow(javax.swing.JFrame theParentFrame, AbleViewObject theViewObject)
          Construct a new Able Inspector window based on the specified view object.
 
Method Summary
 void deiconifyFrame()
           
 void dispose()
           
 AbleInspector getInspector()
          Return the underlying Inspector object
 AbleEditorFrame getParent()
          Return the parent Frame
static void main(java.lang.String[] args)
           
 void refresh()
           
 void requestFocus()
           
 void setFrameTitle(java.lang.String theTitle)
           
 void setInspectorContext(AbleInspectorContext theContext)
          Set the Inspector context after a restore
 void setVisible(boolean theVisibleFlag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbleInspectorWindow

public AbleInspectorWindow(javax.swing.JFrame theParentFrame,
                           AbleInspector theInspectorFrame)
Construct a new Able Inspector window based on the specified inspector object. This constructor is used during restore or load of a serialized AbleAgent.

AbleInspectorWindow

public AbleInspectorWindow(javax.swing.JFrame theParentFrame,
                           AbleViewObject theViewObject)
Construct a new Able Inspector window based on the specified view object.
Method Detail

dispose

public void dispose()

setVisible

public void setVisible(boolean theVisibleFlag)

requestFocus

public void requestFocus()

deiconifyFrame

public void deiconifyFrame()

refresh

public void refresh()

getParent

public AbleEditorFrame getParent()
Return the parent Frame

getInspector

public AbleInspector getInspector()
Return the underlying Inspector object

setInspectorContext

public void setInspectorContext(AbleInspectorContext theContext)
Set the Inspector context after a restore

setFrameTitle

public void setFrameTitle(java.lang.String theTitle)

main

public static void main(java.lang.String[] args)

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003