Package | Description |
---|---|
InstrumentationPlatformGUI.Communication.Obsolete |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerFactory<T extends Container>
Deprecated.
THIS CLASS IS NOW DEPRECATED. It was used as a part of the old parsing mechanism,
perviously used to automatically build the GUI based on the data provided by a module.
Factory class for creating Containers. This class doesn't use static methods, as doing so would
render it difficult to put a container into another container.
|
Modifier and Type | Class and Description |
---|---|
class |
Module
Deprecated.
|
class |
Register
Deprecated.
This is a now deprecated class related to the old way communication and parsing of GUI element lists was handled.
It has nothing to do with the Vim register concept (as used by methods such as
GUIPanel.getRegisterContent(java.lang.String) ). |
Modifier and Type | Method and Description |
---|---|
Container |
AbstractContainerFactory.create(byte[] xml,
int index2)
Deprecated.
|
Container |
ContainerFactory.create(byte[] xml,
int index2)
Deprecated.
|
Container |
ContainerFactory_backup.create(byte[] xml,
int index2)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Container> |
Container.getContainerList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Container.addContainer(Container c)
Deprecated.
|
void |
AbstractContainerFactory.setContainer(Container cont)
Deprecated.
|
void |
ContainerFactory.setContainer(Container cont)
Deprecated.
|
void |
ContainerFactory_backup.setContainer(Container cont)
Deprecated.
|