Uses of Interface
com.cosylab.vdct.inspector.Inspectable
-
Packages that use Inspectable Package Description com.cosylab.vdct com.cosylab.vdct.graphics.objects com.cosylab.vdct.inspector com.cosylab.vdct.inspector.sheet com.cosylab.vdct.vdb -
-
Uses of Inspectable in com.cosylab.vdct
Methods in com.cosylab.vdct with parameters of type Inspectable Modifier and Type Method Description voidDataProvider. fireInspectableObjectAdded(Inspectable object)Insert the method's description here.voidDataProvider. fireInspectableObjectRemoved(Inspectable object)Insert the method's description here. -
Uses of Inspectable in com.cosylab.vdct.graphics.objects
Classes in com.cosylab.vdct.graphics.objects that implement Inspectable Modifier and Type Class Description classEPICSFwdLinkInsert the type's description here.classEPICSInLinkInsert the type's description here.classEPICSLinkOutInsert the type's description here.classEPICSLinkOutInAdds InLink capability (for ports) to EPICSLinkOut objectsclassEPICSOutLinkInsert the type's description here.classEPICSVarLinkInsert the type's description here.classEPICSVarOutLinkInsert the type's description here.classLinkManagerObjectInsert the type's description here.classMacroInsert the type's description here.classPortInsert the type's description here.classRecordInsert the type's description here.classTemplateGraphical representation of templates.classTemplateEPICSMacroInsert the type's description here.classTemplateEPICSPortInsert the type's description here. -
Uses of Inspectable in com.cosylab.vdct.inspector
Methods in com.cosylab.vdct.inspector that return Inspectable Modifier and Type Method Description InspectableInspectorTableModel. getDataObject()Insert the method's description here.InspectableInspector. getInspectedObject()Insert the method's description here.InspectableInspectorInterface. getInspectedObject()Methods in com.cosylab.vdct.inspector with parameters of type Inspectable Modifier and Type Method Description voidInspectableObjectsListener. inspectableObjectAdded(Inspectable object)voidInspector. inspectableObjectAdded(Inspectable object)Insert the method's description here.voidInspectableObjectsListener. inspectableObjectRemoved(Inspectable object)voidInspector. inspectableObjectRemoved(Inspectable object)Insert the method's description here.voidInspector. inspectObject(Inspectable object)Insert the method's description here.voidInspector. inspectObject(Inspectable object, boolean raise)Insert the method's description here.voidInspectorInterface. inspectObject(Inspectable object)booleanInspectorManager. isInspected(Inspectable object)Insert the method's description here.voidInspectorManager. requestInspectorFor(Inspectable object)Insert the method's description here.voidInspectorTableModel. setDataObject(Inspectable object)Insert the method's description here.voidInspectorManager. updateCommentProperty(Inspectable object)Insert the method's description here.voidInspectorManager. updateObject(Inspectable object)Insert the method's description here.voidInspectorManager. updateProperty(Inspectable object, InspectableProperty property)Insert the method's description here. -
Uses of Inspectable in com.cosylab.vdct.inspector.sheet
Methods in com.cosylab.vdct.inspector.sheet that return Inspectable Modifier and Type Method Description InspectableSpreadsheetTableModel. getLastInspectable()Methods in com.cosylab.vdct.inspector.sheet with parameters of type Inspectable Modifier and Type Method Description voidSpreadsheetInspector. inspectableObjectAdded(Inspectable object)voidSpreadsheetInspector. inspectableObjectRemoved(Inspectable object) -
Uses of Inspectable in com.cosylab.vdct.vdb
Classes in com.cosylab.vdct.vdb that implement Inspectable Modifier and Type Class Description classVDBTemplateData object representing EPICS DB template.Constructors in com.cosylab.vdct.vdb with parameters of type Inspectable Constructor Description NameProperty(String name, Inspectable namedObject)
-