com.cosylab.vdct.inspector
Interface InspectorInterface

All Known Implementing Classes:
Inspector

public interface InspectorInterface

Insert the type's description here. Creation date: (8.1.2001 17:43:35)

Author:
Matej Sekoranja

Method Summary
 void dispose()
          Insert the method's description here.
 java.lang.Object getDsId()
           
 Inspectable getInspectedObject()
           
 int getMode()
           
 void inspectObject(Inspectable object)
           
 boolean isFrozen()
          Insert the method's description here.
 void reinitialize()
          Insert the method's description here.
 void setHelp(java.lang.String help)
          Insert the method's description here.
 void setHelpColor(java.awt.Color color)
           
 void setVisible(boolean state)
          Insert the method's description here.
 void updateComment()
          Insert the method's description here.
 void updateObject()
          Insert the method's description here.
 void updateObjectList()
          Insert the method's description here.
 void updateProperty(InspectableProperty property)
           
 

Method Detail

dispose

void dispose()
Insert the method's description here. Creation date: (8.1.2001 21:40:02)


getInspectedObject

Inspectable getInspectedObject()
Returns:
com.cosylab.vdct.inspector.Inspectable

inspectObject

void inspectObject(Inspectable object)
Parameters:
object - com.cosylab.vdct.inspector.Inspectable

isFrozen

boolean isFrozen()
Insert the method's description here. Creation date: (8.1.2001 21:48:50)

Returns:
boolean

reinitialize

void reinitialize()
Insert the method's description here. Creation date: (8.1.2001 17:45:56)


updateObject

void updateObject()
Insert the method's description here. Creation date: (8.1.2001 17:45:56)


setHelp

void setHelp(java.lang.String help)
Insert the method's description here. Creation date: (26.1.2001 15:18:35)

Parameters:
help - java.lang.String

setHelpColor

void setHelpColor(java.awt.Color color)

setVisible

void setVisible(boolean state)
Insert the method's description here. Creation date: (8.1.2001 17:48:51)

Parameters:
state - boolean

updateComment

void updateComment()
Insert the method's description here. Creation date: (5.5.2001 15:13:26)


updateObjectList

void updateObjectList()
Insert the method's description here. Creation date: (8.1.2001 17:46:28)


updateProperty

void updateProperty(InspectableProperty property)
Parameters:
property - com.cosylab.vdct.inspector.InspectableProperty

getMode

int getMode()

getDsId

java.lang.Object getDsId()