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 InspectableInsert 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 InspectablePropertygetCommentProperty()ObjectgetDsId()IcongetIcon()Insert the method's description here.ArrayListgetModeNames()Obtains list of all mode names for this particular property.StringgetName()Insert the method's description here.InspectableProperty[]getProperties(int mode, boolean spreadsheet)StringtoString()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
-
-