Serialized Form
-
Package org.hortonmachine.gui.console
-
Class org.hortonmachine.gui.console.LogConsoleController extends LogConsoleView implements Serializable
-
Serialized Fields
-
logAreaPrintStream
PrintStream logAreaPrintStream
-
pm
org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm
-
processName
String processName
-
-
-
Class org.hortonmachine.gui.console.LogConsoleView extends JPanel implements Serializable
-
Class org.hortonmachine.gui.console.ProcessLogConsoleController extends ProcessLogConsoleView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
doc
StyledDocument doc
-
finishRunnable
Runnable finishRunnable
-
logPane
JTextPane logPane
-
process
Process process
-
processName
String processName
-
scrollPane
JScrollPane scrollPane
-
-
Class org.hortonmachine.gui.console.ProcessLogConsoleView extends JPanel implements Serializable
-
-
Package org.hortonmachine.gui.settings
-
Class org.hortonmachine.gui.settings.SettingsController extends SettingsView implements Serializable
-
Class org.hortonmachine.gui.settings.SettingsView extends JPanel implements Serializable
-
Serialized Fields
-
_charsetTextField
JTextField _charsetTextField
-
_jtabbedpane1
JTabbedPane _jtabbedpane1
-
_orientationCombo
JComboBox _orientationCombo
-
_preferencesDbButton
JButton _preferencesDbButton
-
_preferencesDbPAth
JTextField _preferencesDbPAth
-
_proxyCheckbox
JCheckBox _proxyCheckbox
-
_proxyHostField
JTextField _proxyHostField
-
_proxyPasswordField
JPasswordField _proxyPasswordField
-
_proxyPortField
JTextField _proxyPortField
-
_proxyUserField
JTextField _proxyUserField
-
_spatialiteModButton
JButton _spatialiteModButton
-
_spatialiteModPathField
JTextField _spatialiteModPathField
-
_sshKeyButton
JButton _sshKeyButton
-
_sshKeyPassphraseField
JPasswordField _sshKeyPassphraseField
-
_sshKeyPathField
JTextField _sshKeyPathField
-
-
-
-
Package org.hortonmachine.gui.spatialtoolbox
-
Class org.hortonmachine.gui.spatialtoolbox.SpatialtoolboxController extends SpatialtoolboxView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
guiBridge
GuiBridgeHandler guiBridge
-
pPanel
ParametersPanel pPanel
-
prefsMap
HashMap<String,String> prefsMap
-
-
Class org.hortonmachine.gui.spatialtoolbox.SpatialtoolboxView extends JPanel implements Serializable
-
Serialized Fields
-
_clearFilterButton
JButton _clearFilterButton
-
_debugCheckbox
JCheckBox _debugCheckbox
-
_filterField
JTextField _filterField
-
_generateScriptButton
JButton _generateScriptButton
-
_heapCombo
JComboBox _heapCombo
-
_heapLabel
JLabel _heapLabel
-
_loadExperimentalCheckbox
JCheckBox _loadExperimentalCheckbox
-
_modulesTree
JTree _modulesTree
-
_parametersLabel
JLabel _parametersLabel
-
_parametersPanel
JPanel _parametersPanel
-
_processingRegionButton
JToggleButton _processingRegionButton
-
_runScriptButton
JButton _runScriptButton
-
_startButton
JButton _startButton
-
_viewDataButton
JButton _viewDataButton
-
-
-
-
Package org.hortonmachine.gui.spatialtoolbox.core
-
Class org.hortonmachine.gui.spatialtoolbox.core.ParametersPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eastingListeningFields
List<JTextField> eastingListeningFields
-
fieldName2ValueHolderMap
LinkedHashMap<String,Object> fieldName2ValueHolderMap
-
guiBridge
GuiBridgeHandler guiBridge
-
module
ModuleDescription module
-
northingListeningFields
List<JTextField> northingListeningFields
-
outputFieldNames
List<String> outputFieldNames
-
parentClass
Class<?> parentClass
-
rasterComboList
List<JComboBox<String>> rasterComboList
-
rasterLayers
String[] rasterLayers
-
vectorComboList
List<JComboBox<String>> vectorComboList
-
vectorLayers
String[] vectorLayers
-
-
-
Package org.hortonmachine.gui.utils
-
Class org.hortonmachine.gui.utils.HMMapframe extends org.geotools.swing.JMapFrame implements Serializable
-
Serialized Fields
-
content
org.geotools.map.MapContent content
-
rasterInfoLayer
RasterInfoLayer rasterInfoLayer
-
-
-
Class org.hortonmachine.gui.utils.ImageViewer extends JComponent implements Serializable
-
Serialized Fields
-
currentAngle
int currentAngle
-
image
BufferedImage image
-
imageHeight
int imageHeight
-
imageWidth
int imageWidth
-
originalImage
BufferedImage originalImage
-
-
-
Class org.hortonmachine.gui.utils.SshTesterController extends SshTesterView implements Serializable
-
Serialized Fields
-
sshTunnel
org.hortonmachine.ssh.SshTunnelHandler sshTunnel
-
-
-
Class org.hortonmachine.gui.utils.SshTesterView extends JPanel implements Serializable
-
Serialized Fields
-
_commandButton
JButton _commandButton
-
_commandField
JTextField _commandField
-
_hostField
JTextField _hostField
-
_localTunnelPortField
JTextField _localTunnelPortField
-
_outputArea
JTextArea _outputArea
-
_passwordField
JPasswordField _passwordField
-
_portField
JTextField _portField
-
_proxyLabel
JLabel _proxyLabel
-
_remoteTunnelHostField
JTextField _remoteTunnelHostField
-
_remoteTunnelPortField
JTextField _remoteTunnelPortField
-
_sshKeyLabel
JLabel _sshKeyLabel
-
_toggleTunnelButton
JToggleButton _toggleTunnelButton
-
_tunnelPasswordField
JPasswordField _tunnelPasswordField
-
_tunnelUserField
JTextField _tunnelUserField
-
_userField
JTextField _userField
-
-
-
Class org.hortonmachine.gui.utils.WrapEditorKit extends StyledEditorKit implements Serializable
-
Serialized Fields
-
defaultFactory
ViewFactory defaultFactory
-
-
-
-
Package org.hortonmachine.gui.utils.monitor
-
Class org.hortonmachine.gui.utils.monitor.ActionWithProgress extends AbstractAction implements Serializable
-
Serialized Fields
-
connectedActions
List<AbstractAction> connectedActions
-
indeterminate
boolean indeterminate
-
parent
Component parent
-
progressTitle
String progressTitle
-
total
int total
-
-
-
Class org.hortonmachine.gui.utils.monitor.ProgressDialog extends JDialog implements Serializable
-
Serialized Fields
-
monitor
ProgressMonitor monitor
-
progressBar
JProgressBar progressBar
-
statusLabel
JLabel statusLabel
-
-
-