@Deprecated public abstract class RFStatus extends java.lang.Object implements IViewContainer
Will display the status bar of the current RF panel.
If there exists two data component elements which are the status
and the near operation, each of these elements must return by the
function of IEData#toString()
or IEData#getName(EName)
, with
the corresponding contents which includes the name of "status" or
"near", otherwise it will not be displayed in a special way.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
The serial version UID, which is used by the java.io.Serializable
interface.
|
Constructor and Description |
---|
RFStatus(java.awt.Dimension dim_,
int width_,
IEData[] data_)
Deprecated.
Creates a status container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(IEValue container_,
EViewElement element_)
Deprecated.
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL
THROW A RUNTIME EXCEPTION!
|
javax.swing.JComponent |
getPanel()
Deprecated.
Returns the component element.
|
java.lang.Number |
getValue(IEValue container_)
Deprecated.
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL
THROW A RUNTIME EXCEPTION!
|
void |
reset(IEValue container_)
Deprecated.
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL
THROW A RUNTIME EXCEPTION!
|
void |
setBoolean(IEValue container_,
EViewElement element_,
boolean value_)
Deprecated.
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL
THROW A RUNTIME EXCEPTION!
|
void |
setValue(IEValue container_,
java.lang.Number value_)
Deprecated.
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL
THROW A RUNTIME EXCEPTION!
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponent
public static final long serialVersionUID
public RFStatus(java.awt.Dimension dim_, int width_, IEData[] data_)
dim_
- Is the dimension if this container. This can also be
null
.width_
- Is the width between two shown entries. Must be greater
or equal then zero.data_
- Is the enumeration interface.public void reset(IEValue container_)
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL THROW A RUNTIME EXCEPTION!
(non-Javadoc)
reset
in interface IViewContainer
container_
- Is the viewable container enumeration interface.IViewContainer.reset(de.desy.mst.libs.accelerator.IEValue)
public javax.swing.JComponent getPanel()
IViewContainer
getPanel
in interface IViewContainer
public java.lang.Number getValue(IEValue container_)
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL THROW A RUNTIME EXCEPTION!
(non-Javadoc)
getValue
in interface IViewContainer
container_
- Is the viewable container enumeration interface.IViewContainer.getValue(de.desy.mst.libs.accelerator.IEValue)
public void setValue(IEValue container_, java.lang.Number value_)
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL THROW A RUNTIME EXCEPTION!
(non-Javadoc)
setValue
in interface IViewContainer
container_
- Is the viewable container enumeration interface.value_
- Is the numeric value.IViewContainer.setValue(de.desy.mst.libs.accelerator.IEValue, java.lang.Number)
public boolean getBoolean(IEValue container_, EViewElement element_)
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL THROW A RUNTIME EXCEPTION!
This allows to set a boolean value on the enumeration interface of
IEValue
. For example, you can get the enabling of the
container by calling it with EViewContainer.BUTTON and the
enumeration interface type of EViewElement.ENABLE.
getBoolean
in interface IViewContainer
container_
- Is the viewable container enumeration interface.element_
- Is the enumeration of the viewable element.IViewContainer.getBoolean(de.desy.mst.libs.accelerator.IEValue, de.desy.mst.libs.accelerator.EViewElement)
public void setBoolean(IEValue container_, EViewElement element_, boolean value_)
ATTENTION: THIS METHOD IS CURRENTLY NOT USED AND WILL THROW A RUNTIME EXCEPTION!
(non-Javadoc)
setBoolean
in interface IViewContainer
container_
- Is the viewable container enumeration interface.element_
- Is the enumeration of the viewable element.value_
- Is the boolean value to be set.IViewContainer.setBoolean(de.desy.mst.libs.accelerator.IEValue, de.desy.mst.libs.accelerator.EViewElement, boolean)
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft