public interface TextComponent extends ReadableComponent
The following features are supported:
DetailViewPackage.getTextComponent()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
int |
getTextHeight()
Returns the value of the 'Text Height' attribute.
|
java.lang.String |
getTextMap()
Returns the value of the 'Text Map' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isDate()
Returns the value of the 'Date' attribute.
|
void |
setDate(boolean value)
Sets the value of the '
Date' attribute. |
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setHeight(int value)
Sets the value of the '
Height' attribute. |
void |
setTextHeight(int value)
Sets the value of the '
Text Height' attribute. |
void |
setTextMap(java.lang.String value)
Sets the value of the '
Text Map' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width' attribute. |
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsTextgetVisibility, setVisibilityjava.lang.String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String),
DetailViewPackage.getTextComponent_Descriptor()void setDescriptor(java.lang.String value)
Descriptor' attribute.
value - the new value of the 'Descriptor' attribute.getDescriptor()int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int),
DetailViewPackage.getTextComponent_Width()void setWidth(int value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int),
DetailViewPackage.getTextComponent_Height()void setHeight(int value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()boolean isDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(boolean),
DetailViewPackage.getTextComponent_Date()void setDate(boolean value)
Date' attribute.
value - the new value of the 'Date' attribute.isDate()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.getTextComponent_TextHeight()void setTextHeight(int value)
Text Height' attribute.
value - the new value of the 'Text Height' attribute.getTextHeight()java.lang.String getTextMap()
If the meaning of the 'Text Map' attribute isn't clear, there really should be more of a description here...
setTextMap(String),
DetailViewPackage.getTextComponent_TextMap()void setTextMap(java.lang.String value)
Text Map' attribute.
value - the new value of the 'Text Map' attribute.getTextMap()
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