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

Uses of Interface
com.ibm.able.editor.AbleInspectorPanel

Packages that use AbleInspectorPanel
com.ibm.able.editor The EDITOR package provides a set of objects that implement a GUI development environment for constructing hybrid intelligent agents using AbleBeans and AbleAgents as components. 
 

Uses of AbleInspectorPanel in com.ibm.able.editor
 

Classes in com.ibm.able.editor that implement AbleInspectorPanel
 class AbleClusterDiagramPanel
           
 class AbleInspectorGeneralPanel
          This class provides the panel for the Inspector General tab.
 class AbleInspectorGeneralPanel.AxesPanel
           
 class AbleInspectorLoggingDialog.RefreshRatePanel
          This class provides the Text inspector tab.
 class AbleInspectorOptionsDialog.AreaChartPanel
          This class provides the Area Plot inspector tab.
 class AbleInspectorOptionsDialog.BarChartPanel
          This class provides the Bar chart inspector tab.
 class AbleInspectorOptionsDialog.LineChartPanel
          This class provides the Line Chart inspector tab.
 class AbleInspectorOptionsDialog.ScatterPlotPanel
          This class provides the Scatter Plot inspector tab.
 class AbleInspectorOptionsDialog.StackedAreaPanel
          This class provides the Stacked Area Plot inspector tab.
 class AbleInspectorOptionsDialog.StackedBarPanel
          This class provides the Stacked Bar chart inspector tab.
 class AbleInspectorOptionsDialog.TextPanel
          This class provides the Text inspector tab.
 class AbleInspectorOptionsDialog.TextSeriesPanel
          This class provides the Text Series inspector tab.
 class AbleInspectorOptionsDialog.TimePlotPanel
          This class provides the Time Plot inspector tab.
 class AbleNetworkGraphicPanel
           
 

Methods in com.ibm.able.editor with parameters of type AbleInspectorPanel
 void AbleInspectorOptionsDialog.addTab(AbleInspectorPanel thePanel)
          Append a panel to the tabbed panel.
 void AbleInspectorOptionsDialog.addTab(java.lang.String theTabTitle, AbleInspectorPanel thePanel)
          Append a panel to the tabbed panel.
 void AbleInspectorOptionsDialog.insertTab(java.lang.String theTabTitle, AbleInspectorPanel thePanel, int theIndex)
          Insert a panel in the tabbed list at a specific location.
 void AbleInspectorOptionsDialog.insertTab(java.lang.String theTabTitle, javax.swing.Icon theIcon, AbleInspectorPanel thePanel, java.lang.String theToolTip, int theIndex)
          Insert a panel in the tabbed list at a specific location.
 


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

(C) Copyright IBM Corporation 1999, 2003