ABLE, Version 1.1b

com.ibm.able.editor
Class AbleInspectorContext

java.lang.Object
  |
  +--com.ibm.able.editor.AbleInspectorContext

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

Version:
$Revision: 1.4 $, $Date: 2000/04/26 15:24:36 $
See Also:
Serialized Form

Field Summary
 java.lang.String beanId
           
 jclass.chart.JCChart chart
           
 int dataType
           
 java.awt.Point location
           
 int numColumns
           
 int numPoints
           
 java.lang.Object[] selectedArrays
           
 java.util.Vector seriesData
           
 java.awt.Dimension size
           
 int stepsPerRefresh
           
 int textView
           
 int view
           
 
Constructor Summary
AbleInspectorContext()
          Create an Inspector context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbleInspectorContext

public AbleInspectorContext()
Create an Inspector context.

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'