public interface ProgressComponent extends ReadableComponent
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
double |
getFactor()
Returns the value of the 'Factor' attribute.
|
double |
getMax()
Returns the value of the 'Max' attribute.
|
double |
getMin()
Returns the value of the 'Min' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setFactor(double value)
Sets the value of the '
Factor' attribute. |
void |
setMax(double value)
Sets the value of the '
Max' attribute. |
void |
setMin(double value)
Sets the value of the '
Min' 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.getProgressComponent_Descriptor()void setDescriptor(java.lang.String value)
Descriptor' attribute.
value - the new value of the 'Descriptor' attribute.getDescriptor()double getFactor()
If the meaning of the 'Factor' attribute isn't clear, there really should be more of a description here...
setFactor(double),
DetailViewPackage.getProgressComponent_Factor()void setFactor(double value)
Factor' attribute.
value - the new value of the 'Factor' attribute.getFactor()double getMax()
If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...
setMax(double),
DetailViewPackage.getProgressComponent_Max()void setMax(double value)
Max' attribute.
value - the new value of the 'Max' attribute.getMax()double getMin()
If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...
setMin(double),
DetailViewPackage.getProgressComponent_Min()void setMin(double value)
Min' attribute.
value - the new value of the 'Min' attribute.getMin()int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int),
DetailViewPackage.getProgressComponent_Width()void setWidth(int value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()
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