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 |
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
(C) Copyright IBM Corporation 1999, 2003