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 void
DataProvider. fireInspectableObjectAdded(Inspectable object)
Insert the method's description here.void
DataProvider. 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 class
EPICSFwdLink
Insert the type's description here.class
EPICSInLink
Insert the type's description here.class
EPICSLinkOut
Insert the type's description here.class
EPICSLinkOutIn
Adds InLink capability (for ports) to EPICSLinkOut objectsclass
EPICSOutLink
Insert the type's description here.class
EPICSVarLink
Insert the type's description here.class
EPICSVarOutLink
Insert the type's description here.class
LinkManagerObject
Insert the type's description here.class
Macro
Insert the type's description here.class
Port
Insert the type's description here.class
Record
Insert the type's description here.class
Template
Graphical representation of templates.class
TemplateEPICSMacro
Insert the type's description here.class
TemplateEPICSPort
Insert 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 Inspectable
InspectorTableModel. getDataObject()
Insert the method's description here.Inspectable
Inspector. getInspectedObject()
Insert the method's description here.Inspectable
InspectorInterface. getInspectedObject()
Methods in com.cosylab.vdct.inspector with parameters of type Inspectable Modifier and Type Method Description void
InspectableObjectsListener. inspectableObjectAdded(Inspectable object)
void
Inspector. inspectableObjectAdded(Inspectable object)
Insert the method's description here.void
InspectableObjectsListener. inspectableObjectRemoved(Inspectable object)
void
Inspector. inspectableObjectRemoved(Inspectable object)
Insert the method's description here.void
Inspector. inspectObject(Inspectable object)
Insert the method's description here.void
Inspector. inspectObject(Inspectable object, boolean raise)
Insert the method's description here.void
InspectorInterface. inspectObject(Inspectable object)
boolean
InspectorManager. isInspected(Inspectable object)
Insert the method's description here.void
InspectorManager. requestInspectorFor(Inspectable object)
Insert the method's description here.void
InspectorTableModel. setDataObject(Inspectable object)
Insert the method's description here.void
InspectorManager. updateCommentProperty(Inspectable object)
Insert the method's description here.void
InspectorManager. updateObject(Inspectable object)
Insert the method's description here.void
InspectorManager. 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 Inspectable
SpreadsheetTableModel. getLastInspectable()
Methods in com.cosylab.vdct.inspector.sheet with parameters of type Inspectable Modifier and Type Method Description void
SpreadsheetInspector. inspectableObjectAdded(Inspectable object)
void
SpreadsheetInspector. 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 class
VDBTemplate
Data object representing EPICS DB template.Constructors in com.cosylab.vdct.vdb with parameters of type Inspectable Constructor Description NameProperty(String name, Inspectable namedObject)
-