Uses of Class
adams.gui.core.BaseObjectTextField
-
-
Uses of BaseObjectTextField in adams.gui.application
Fields in adams.gui.application declared as BaseObjectTextField Modifier and Type Field Description protected BaseObjectTextField<BaseHostname>
SMBSetupPanel. m_TextWinsHost
the wins host. -
Uses of BaseObjectTextField in adams.gui.core
Subclasses of BaseObjectTextField in adams.gui.core Modifier and Type Class Description static class
BaseColorTextField.CustomColorTextField
Custom color text field.class
RegExpTextField
Text field designed for entering a regular expression. -
Uses of BaseObjectTextField in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as BaseObjectTextField Modifier and Type Field Description protected BaseObjectTextField<BaseHostname>
AbstractRemoteFlowTab. m_TextLocal
the local machine.protected BaseObjectTextField<BaseHostname>
RemoteLoggingTab. m_TextLocal
the local machine.protected BaseObjectTextField<BaseHostname>
AbstractRemoteFlowTab. m_TextRemote
the remote machine.protected BaseObjectTextField<BaseHostname>
RemoteLoggingTab. m_TextRemote
the remote machine. -
Uses of BaseObjectTextField in adams.gui.tools.spreadsheetprocessor.targets
Fields in adams.gui.tools.spreadsheetprocessor.targets declared as BaseObjectTextField Modifier and Type Field Description protected BaseObjectTextField<BaseInteger>
DatabaseTarget. m_TextBatchSize
the batch size.protected BaseObjectTextField<BaseInteger>
DatabaseTarget. m_TextMaxStringLength
the max string length. -
Uses of BaseObjectTextField in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as BaseObjectTextField Modifier and Type Field Description protected BaseObjectTextField<BaseFloat>
CombinedLayer.CombinedSubLayer. m_TextAlpha
The alpha value in use.protected BaseObjectTextField<BaseFloat>
CombinedLayer. m_TextAlpha
the overall alpha to use.protected BaseObjectTextField<BaseFloat>
OverlayLayer. m_TextAlpha
The alpha value in use.
-