Package com.cosylab.vdct.inspector
Interface InspectorInterface
-
- All Known Implementing Classes:
Inspector
public interface InspectorInterfaceInsert the type's description here. Creation date: (8.1.2001 17:43:35)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Insert the method's description here.ObjectgetDsId()InspectablegetInspectedObject()intgetMode()voidinspectObject(Inspectable object)booleanisFrozen()Insert the method's description here.voidreinitialize()Insert the method's description here.voidsetHelp(String help)Insert the method's description here.voidsetHelpColor(Color color)voidsetVisible(boolean state)Insert the method's description here.voidupdateComment()Insert the method's description here.voidupdateObject()Insert the method's description here.voidupdateObjectList()Insert the method's description here.voidupdateProperty(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(String help)
Insert the method's description here. Creation date: (26.1.2001 15:18:35)- Parameters:
help- java.lang.String
-
setHelpColor
void setHelpColor(Color color)
- Parameters:
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()
- Returns:
- something
-
getDsId
Object getDsId()
- Returns:
- something
-
-