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

com.ibm.able.editor
Interface AbleCustomInspectorView

All Known Implementing Classes:
AbleClusterDiagramView, AbleConversationGraphicView, AbleJasConversationGraphicView, AbleNetworkGraphicView

public interface AbleCustomInspectorView

This interface must be implemented by any custom inspector views to save context data during the serialization/de-serialization process. For example, see AbleClusterDiagramView.


Method Summary
 java.lang.Object getContext()
          Retrieve the context data for this custom inspector view This data is added to the AbleInspectorContext save with the editor environment file.
 void setContext(AbleInspectorContext theContext)
          Set the context data for this custom inspector view This is called after loading the editor environment file
 

Method Detail

getContext

public java.lang.Object getContext()
Retrieve the context data for this custom inspector view This data is added to the AbleInspectorContext save with the editor environment file.

setContext

public void setContext(AbleInspectorContext theContext)
Set the context data for this custom inspector view This is called after loading the editor environment file

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

(C) Copyright IBM Corporation 1999, 2003