Uses of Interface
com.cosylab.vdct.inspector.InspectorInterface
-
Packages that use InspectorInterface Package Description com.cosylab.vdct.inspector -
-
Uses of InspectorInterface in com.cosylab.vdct.inspector
Classes in com.cosylab.vdct.inspector that implement InspectorInterface Modifier and Type Class Description class
Inspector
Insert the type's description here.Methods in com.cosylab.vdct.inspector that return InspectorInterface Modifier and Type Method Description InspectorInterface
InspectorManager. getActiveInspector()
Insert the method's description here.Methods in com.cosylab.vdct.inspector with parameters of type InspectorInterface Modifier and Type Method Description void
InspectorManager. fucusGained(InspectorInterface inspector)
Insert the method's description here.Constructors in com.cosylab.vdct.inspector with parameters of type InspectorInterface Constructor Description InspectorTableModel(InspectorInterface inspector)
InspactorTableModel constructor comment.
-