Interface and Description |
---|
InstrumentationPlatformGUI.Communication.Obsolete.ICommunicator |
InstrumentationPlatformGUI.IRepetitionCounter |
InstrumentationPlatformGUI.Communication.Obsolete.Subscriber
An old class related to the old way communications were handled
|
Class and Description |
---|
InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
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.
|
InstrumentationPlatformGUI.Communication.Obsolete.ByteRequest
Class related to handling requests from the child module when communicating with it.
The way requests are handled has since been reimplemented.
|
InstrumentationPlatformGUI.Communication.Obsolete.Container
Deprecated class, related to the old way GUI was loaded from the connected
child module
|
InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
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.
|
InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
Some backup of an existing file.
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.
|
InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.getGEValUserFunctionToken
This was a CLUC function, used to obtain the
Value Property of
GUIelement objects. It has since been replaced by a more powerful
set of function GetFloatPropertyUserFunctionToken , that allow
the reading of any Property , not just the Value .
This has rendered this function obsolete. |
InstrumentationPlatformGUI.Elements.GUICheckBox
This checkbox element needs to be revisited and it's currently
not intended for use
|
InstrumentationPlatformGUI.KeyInput.Macro |
InstrumentationPlatformGUI.KeyInput.MainMenu |
InstrumentationPlatformGUI.Communication.Obsolete.Module |
InstrumentationPlatformGUI.Communication.Obsolete.ModuleFactory |
InstrumentationPlatformGUI.Communication.Obsolete.Register
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) ). |
InstrumentationPlatformGUI.KeyInput.RegisterAction
Now deprecated class, related to the old way register access was handled.
Still used in some places of the code, but should be removed ASAP.
|
InstrumentationPlatformGUI.KeyInput.RegisterActionMenu
Now deprecated class, related to the old way register access was
handled. Still used in some places of the code, but should be removed ASAP.
|
InstrumentationPlatformGUI.Communication.Obsolete.RegisterFactory
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) ). |
InstrumentationPlatformGUI.Communication.Obsolete.Request
This class has now been replaced by the
class |
InstrumentationPlatformGUI.Communication.Obsolete.SerialCommunicatorObsolete |
InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetGEValUserFunctionToken
This was a CLUC function, used to set the
Value Property of
GUIelement objects. It has since been replaced by a more powerful
set of function SetFloatPropertyUserFunctionToken , that allow
adjustments of any Property , not just the Value .
This has rendered this function obsolete. |
InstrumentationPlatformGUI.Communication.Obsolete.SliderFactory |
InstrumentationPlatformGUI.Communication.Obsolete.SyncRequest
An old class related to the old way communications were handled
|
InstrumentationPlatformGUI.Communication.TwoWaySerialComm
An obsolete class for testing purposes.
|
InstrumentationPlatformGUI.Communication.Obsolete.Variable |
InstrumentationPlatformGUI.Communication.Obsolete.VariableByte |
InstrumentationPlatformGUI.Communication.Obsolete.VariableFactory |
InstrumentationPlatformGUI.Communication.Obsolete.VariableString |
Method and Description |
---|
InstrumentationPlatformGUI.Elements.GUIPanel.getCanvas() |
InstrumentationPlatformGUI.Elements.GUIelement.getProperty2idMap() |
InstrumentationPlatformGUI.Elements.GUISlider.increaseValue(boolean, boolean) |
InstrumentationPlatformGUI.Elements.GUITab.jumpToPercent(IRepetitionCounter)
@param irc
|
InstrumentationPlatformGUI.Elements.GUIelement.setFloatProperty(String, float, boolean)
!!!This method should not be used, or should be reimplemented
first!!! It doesn't fire the callbacks at all and replaces the
Property with a new one, which discards all callbacks and
negatively alters some other functionality. Use
getPropertyByName(name).setValue(value) instead. |
InstrumentationPlatformGUI.Elements.GUIelement.setIntegerProperty(String, int, boolean)
!!!This method should not be used, or should be reimplemented
first!!! It doesn't fire the callbacks at all and replaces the
Property with a new one, which discards all callbacks and
negatively alters some other functionality. Use
getPropertyByName(name).setValue(value) instead. |
InstrumentationPlatformGUI.Elements.GUIelement.setStringProperty(String, String, boolean)
!!!This method should not be used, or should be reimplemented
first!!! It doesn't fire the callbacks at all and replaces the
Property with a new one, which discards all callbacks and
negatively alters some other functionality. Use
getPropertyByName(name).setValue(value) instead. |
InstrumentationPlatformGUI.Elements.GUIelement.shortDesc()
@return a short description of this GUI element.
|