Package com.cosylab.vdct.inspector
Interface Inspectable
-
- All Known Implementing Classes:
EPICSFwdLink
,EPICSInLink
,EPICSLinkOut
,EPICSLinkOutIn
,EPICSOutLink
,EPICSVarLink
,EPICSVarOutLink
,LinkManagerObject
,Macro
,Port
,Record
,Template
,TemplateEPICSMacro
,TemplateEPICSPort
,VDBTemplate
public interface Inspectable
Insert the type's description here. Creation date: (10.1.2001 14:47:33)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectableProperty
getCommentProperty()
Object
getDsId()
Icon
getIcon()
Insert the method's description here.ArrayList
getModeNames()
Obtains list of all mode names for this particular property.String
getName()
Insert the method's description here.InspectableProperty[]
getProperties(int mode, boolean spreadsheet)
String
toString()
Insert the method's description here.
-
-
-
Method Detail
-
getCommentProperty
InspectableProperty getCommentProperty()
- Returns:
- com.cosylab.vdct.inspector.InspectableProperty
-
getIcon
Icon getIcon()
Insert the method's description here. Creation date: (10.1.2001 15:14:56)- Returns:
- javax.swing.Icon
-
getName
String getName()
Insert the method's description here. Creation date: (10.1.2001 14:47:43)- Returns:
- java.lang.String
-
getProperties
InspectableProperty[] getProperties(int mode, boolean spreadsheet)
- Parameters:
mode
- modespreadsheet
- spreadsheet- Returns:
- com.cosylab.vdct.inspector.InspectableProperty[]
-
getModeNames
ArrayList getModeNames()
Obtains list of all mode names for this particular property. Modes are numbered from 0-n. Creation date: (11.1.2001 21:30:04)- Returns:
- java.util.ArrayList array of mode names - obtained using toString().
-
toString
String toString()
Insert the method's description here. Creation date: (10.1.2001 14:48:10)
-
getDsId
Object getDsId()
- Returns:
- something
-
-