public interface LabelComponent extends Component
The following features are supported:
DetailViewPackage.getLabelComponent()
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
String |
getFormat()
Returns the value of the 'Format' attribute.
|
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
getVisibility, setVisibility
String getFormat()
"%s"
.
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
DetailViewPackage.getLabelComponent_Format()
void setFormat(String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getLabelComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.