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

Uses of Class
com.ibm.able.editor.AbleViewObject

Packages that use AbleViewObject
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 AbleViewObject in com.ibm.able.editor
 

Methods in com.ibm.able.editor that return AbleViewObject
 AbleViewObject AbleEditorCanvas.getSelectedViewObject()
          Get the selected view object.
 AbleViewObject AbleEditorFrame.getCurrentAgentView()
           
 

Methods in com.ibm.able.editor with parameters of type AbleViewObject
 void AbleEditorCanvas.setAgentViewObject(AbleViewObject anAgentView)
          Set the container agent.
 void AbleEditorCanvas.setSelectedViewObject(AbleViewObject theViewObj, boolean setTreeToo)
          Set the selected view object.
 void AbleEditorCanvas.showPopup(java.awt.event.MouseEvent theEvent, AbleViewObject theViewObj)
          Show the canvas (agent) or object context menu.
 javax.swing.JPopupMenu AbleViewObject.getPopupMenu(java.awt.event.MouseEvent theEvent, AbleViewObject theView)
           
static void AbleEditorFrame.createConnection(AbleViewObject src, AbleViewObject dest)
          Create a new buffer connection
 

Constructors in com.ibm.able.editor with parameters of type AbleViewObject
AbleInspectorWindow(javax.swing.JFrame theParentFrame, AbleViewObject theViewObject)
          Construct a new Able Inspector window based on the specified view object.
AbleInspector(AbleViewObject theViewObject)
          Create an Inspector object over the specified view object and the view object's underlying AbleObject or AbleBean.
 


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

(C) Copyright IBM Corporation 1999, 2003