Serialized Form


Package ebgeo.maprequest

Class ebgeo.maprequest.LayerSelection extends JFrame implements Serializable

Serialized Fields

map

MapService map

layers

Vector layers

log

org.apache.commons.logging.Log log

cancelButton

JButton cancelButton

jLabel1

JLabel jLabel1

jPanel2

JPanel jPanel2

jScrollPane1

JScrollPane jScrollPane1

layerSelectionTable

JTable layerSelectionTable

okButton

JButton okButton

Class ebgeo.maprequest.LayerSelectionModel extends AbstractTableModel implements Serializable

Serialized Fields

layers

Vector layers

Class ebgeo.maprequest.MainWindow extends JFrame implements Serializable

Serialized Fields

image

BufferedImage image

sImage

ScrollableImage sImage

selectedMap

MapService selectedMap

log

org.apache.commons.logging.Log log

configMenu1

JMenu configMenu1

fileMenu

JMenu fileMenu

heightField

JFormattedTextField heightField

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jLabel4

JLabel jLabel4

jLabel5

JLabel jLabel5

jLabel6

JLabel jLabel6

jLabel7

JLabel jLabel7

jLabel8

JLabel jLabel8

jMenuBar2

JMenuBar jMenuBar2

jMenuItem1

JMenuItem jMenuItem1

jMenuItem2

JMenuItem jMenuItem2

jPanel1

JPanel jPanel1

jPanel10

JPanel jPanel10

jPanel11

JPanel jPanel11

jPanel12

JPanel jPanel12

jPanel13

JPanel jPanel13

jPanel14

JPanel jPanel14

jPanel15

JPanel jPanel15

jPanel16

JPanel jPanel16

jPanel17

JPanel jPanel17

jPanel18

JPanel jPanel18

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jPanel4

JPanel jPanel4

jPanel5

JPanel jPanel5

jPanel6

JPanel jPanel6

jPanel7

JPanel jPanel7

jPanel8

JPanel jPanel8

jPanel9

JPanel jPanel9

jScrollPane1

JScrollPane jScrollPane1

layersButton

JButton layersButton

mapInfoField

JTextField mapInfoField

mapName

JTextField mapName

maxXField

JFormattedTextField maxXField

maxYField

JFormattedTextField maxYField

minXField

JFormattedTextField minXField

minYField

JFormattedTextField minYField

panEastButton

JButton panEastButton

panNorthButton

JButton panNorthButton

panSouthButton

JButton panSouthButton

panWestButton

JButton panWestButton

progressBar

JProgressBar progressBar

quitButton

JButton quitButton

requestButton

JButton requestButton

saveButton

JButton saveButton

selectMapButton

JButton selectMapButton

widthField

JFormattedTextField widthField

zoomButton

JButton zoomButton

Class ebgeo.maprequest.MapSelectionForm extends JFrame implements Serializable

Serialized Fields

main

MainWindow main

maps

Vector maps

log

org.apache.commons.logging.Log log

cancelButton

JButton cancelButton

jLabel1

JLabel jLabel1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jScrollPane1

JScrollPane jScrollPane1

mapTable

JTable mapTable

okButton

JButton okButton

Class ebgeo.maprequest.MapSelectionModel extends AbstractTableModel implements Serializable

Serialized Fields

maps

Vector maps

Class ebgeo.maprequest.ProxyForm extends JFrame implements Serializable

Serialized Fields

config

ProxyConfig config

cancelButton

JButton cancelButton

jLabel1

JLabel jLabel1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jPanel4

JPanel jPanel4

jPanel5

JPanel jPanel5

jPanel6

JPanel jPanel6

jPanel7

JPanel jPanel7

okButton

JButton okButton

passwordField

JPasswordField passwordField

passwordLabel

JLabel passwordLabel

passwordRequiredField

JCheckBox passwordRequiredField

proxyHostField

JTextField proxyHostField

proxyHostLabel

JLabel proxyHostLabel

proxyPortField

JTextField proxyPortField

proxyPortLabel

JLabel proxyPortLabel

useHTTPProxy

JCheckBox useHTTPProxy

userNameField

JTextField userNameField

userNameLabel

JLabel userNameLabel

Class ebgeo.maprequest.SaveForm extends JFrame implements Serializable

Serialized Fields

map

MapService map

image

BufferedImage image

imageFormatComboBox

JComboBox imageFormatComboBox

jCheckBox1

JCheckBox jCheckBox1

jComboBox1

JComboBox jComboBox1

jFileChooser1

JFileChooser jFileChooser1

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

Class ebgeo.maprequest.ScrollableImage extends JPanel implements Serializable

Serialized Fields

zoomVisible

boolean zoomVisible

startX

int startX

startY

int startY

minX

int minX

minY

int minY

maxX

int maxX

maxY

int maxY

image

RenderedImage image

main

MainWindow main