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