com.ibm.able.editor
Class AbleInspectorContext
java.lang.Object
|
+--com.ibm.able.editor.AbleInspectorContext
- All Implemented Interfaces:
- java.io.Serializable
- public class AbleInspectorContext
- extends java.lang.Object
- implements java.io.Serializable
This class is used to encapsulate the user-defined settings of an
Inspector so that it can be saved and restored as part of the
Editor Environment
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
beanId
public java.lang.String beanId
selectedArrays
public java.lang.Object[] selectedArrays
seriesData
public java.util.Vector seriesData
numPoints
public int numPoints
dataType
public int dataType
view
public int view
textView
public int textView
numColumns
public int numColumns
size
public java.awt.Dimension size
location
public java.awt.Point location
chart
public jclass.chart.JCChart chart
stepsPerRefresh
public int stepsPerRefresh
name
public java.lang.String name
customViewData
public java.lang.Object customViewData
AbleInspectorContext
public AbleInspectorContext()
- Create an Inspector context.
(C) Copyright IBM Corporation 1999, 2003