public interface ButtonComponent extends GenericComponent
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ValueSource |
getActive()
Returns the value of the 'Active' containment reference.
|
java.lang.String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute.
|
java.lang.String |
getReadDescriptor()
Returns the value of the 'Read Descriptor' attribute.
|
int |
getTextHeight()
Returns the value of the 'Text Height' attribute.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
java.lang.String |
getWriteDescriptor()
Returns the value of the 'Write Descriptor' attribute.
|
void |
setActive(ValueSource value)
Sets the value of the '
Active' containment reference. |
void |
setAttribute(java.lang.String value)
Sets the value of the '
Attribute' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the '
Format' attribute. |
void |
setReadDescriptor(java.lang.String value)
Sets the value of the '
Read Descriptor' attribute. |
void |
setTextHeight(int value)
Sets the value of the '
Text Height' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
void |
setWriteDescriptor(java.lang.String value)
Sets the value of the '
Write Descriptor' attribute. |
getRegistrationsgetVisibility, setVisibilityjava.lang.String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String),
DetailViewPackage.getButtonComponent_Format()void setFormat(java.lang.String value)
Format' attribute.
value - the new value of the 'Format' attribute.getFormat()java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
DetailViewPackage.getButtonComponent_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()java.lang.String getReadDescriptor()
If the meaning of the 'Read Descriptor' attribute isn't clear, there really should be more of a description here...
setReadDescriptor(String),
DetailViewPackage.getButtonComponent_ReadDescriptor()void setReadDescriptor(java.lang.String value)
Read Descriptor' attribute.
value - the new value of the 'Read Descriptor' attribute.getReadDescriptor()java.lang.String getWriteDescriptor()
If the meaning of the 'Write Descriptor' attribute isn't clear, there really should be more of a description here...
setWriteDescriptor(String),
DetailViewPackage.getButtonComponent_WriteDescriptor()void setWriteDescriptor(java.lang.String value)
Write Descriptor' attribute.
value - the new value of the 'Write Descriptor' attribute.getWriteDescriptor()ValueSource getActive()
If the meaning of the 'Active' containment reference isn't clear, there really should be more of a description here...
setActive(ValueSource),
DetailViewPackage.getButtonComponent_Active()void setActive(ValueSource value)
Active' containment reference.
value - the new value of the 'Active' containment reference.getActive()java.lang.String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String),
DetailViewPackage.getButtonComponent_Attribute()void setAttribute(java.lang.String value)
Attribute' attribute.
value - the new value of the 'Attribute' attribute.getAttribute()int getTextHeight()
If the meaning of the 'Text Height' attribute isn't clear, there really should be more of a description here...
setTextHeight(int),
DetailViewPackage.getButtonComponent_TextHeight()void setTextHeight(int value)
Text Height' attribute.
value - the new value of the 'Text Height' attribute.getTextHeight()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0