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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)
(C) Copyright IBM Corporation 1999, 2003