Statistics
| Revision:

svn-gvsig-desktop / branches / CqCMSDvp / libraries / libCq CMS for java.old / doc-files / javadocs / org / cresques / ui / raster / SaveSetupPanel.html @ 2312

History | View | Annotate | Download (31.4 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_03) on Thu Jun 23 14:38:25 CEST 2005 -->
6
<TITLE>
7
SaveSetupPanel
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="org.cresques.ui.raster.SaveSetupPanel class">
11

    
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13

    
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="SaveSetupPanel";
18
}
19
</SCRIPT>
20

    
21
</HEAD>
22

    
23
<BODY BGCOLOR="white" onload="windowTitle();">
24

    
25

    
26
<!-- ========= START OF TOP NAVBAR ======= -->
27
<A NAME="navbar_top"><!-- --></A>
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49

    
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="../../../../org/cresques/ui/raster/SaveRasterPropsDialogPanel.html" title="class in org.cresques.ui.raster"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;NEXT CLASS</FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="SaveSetupPanel.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67

    
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JPanel">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79

    
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
org.cresques.ui.raster</FONT>
85
<BR>
86
Class SaveSetupPanel</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.awt.Component
90
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.awt.Container
91
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.swing.JComponent
92
              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.swing.JPanel
93
                  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.ui.raster.SaveSetupPanel</B>
94
</PRE>
95
<DL>
96
<DT><B>All Implemented Interfaces:</B> <DD>javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, java.awt.image.ImageObserver, java.awt.event.KeyListener, java.awt.MenuContainer, java.awt.event.MouseListener, java.io.Serializable</DD>
97
</DL>
98
<HR>
99
<DL>
100
<DT>public class <B>SaveSetupPanel</B><DT>extends javax.swing.JPanel<DT>implements java.awt.event.ActionListener, java.awt.event.MouseListener, java.awt.event.FocusListener, java.awt.event.KeyListener</DL>
101

    
102
<P>
103
Panel encargado de manejar los eventos del los controles de Salvar a Raste
104
<P>
105

    
106
<P>
107
<DL>
108
<DT><B>Author:</B></DT>
109
  <DD>Nacho Brodin <brodin_ign@gva.es></DD>
110
<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.cresques.ui.raster.SaveSetupPanel">Serialized Form</A></DL>
111
<HR>
112

    
113
<P>
114
<!-- ======== NESTED CLASS SUMMARY ======== -->
115

    
116
<A NAME="nested_class_summary"><!-- --></A>
117
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119
<TD COLSPAN=2><FONT SIZE="+2">
120
<B>Nested Class Summary</B></FONT></TD>
121
</TR>
122
</TABLE>
123
&nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JPanel"><!-- --></A>
124
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
126
<TD><B>Nested classes inherited from class javax.swing.JPanel</B></TD>
127
</TR>
128
<TR BGCOLOR="white" CLASS="TableRowColor">
129
<TD><CODE>javax.swing.JPanel.AccessibleJPanel</CODE></TD>
130
</TR>
131
</TABLE>
132
&nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JComponent"><!-- --></A>
133
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
135
<TD><B>Nested classes inherited from class javax.swing.JComponent</B></TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD><CODE>javax.swing.JComponent.AccessibleJComponent</CODE></TD>
139
</TR>
140
</TABLE>
141
&nbsp;<A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A>
142
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
143
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
144
<TD><B>Nested classes inherited from class java.awt.Container</B></TD>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
148
</TR>
149
</TABLE>
150
&nbsp;<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
151
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
152
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
153
<TD><B>Nested classes inherited from class java.awt.Component</B></TD>
154
</TR>
155
<TR BGCOLOR="white" CLASS="TableRowColor">
156
<TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD>
157
</TR>
158
</TABLE>
159
&nbsp;
160
<!-- =========== FIELD SUMMARY =========== -->
161

    
162
<A NAME="field_summary"><!-- --></A>
163
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
165
<TD COLSPAN=2><FONT SIZE="+2">
166
<B>Field Summary</B></FONT></TD>
167
</TR>
168
</TABLE>
169
&nbsp;<A NAME="fields_inherited_from_class_javax.swing.JComponent"><!-- --></A>
170
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
171
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
172
<TD><B>Fields inherited from class javax.swing.JComponent</B></TD>
173
</TR>
174
<TR BGCOLOR="white" CLASS="TableRowColor">
175
<TD><CODE>accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</CODE></TD>
176
</TR>
177
</TABLE>
178
&nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
179
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181
<TD><B>Fields inherited from class java.awt.Component</B></TD>
182
</TR>
183
<TR BGCOLOR="white" CLASS="TableRowColor">
184
<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
185
</TR>
186
</TABLE>
187
&nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
188
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
189
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
190
<TD><B>Fields inherited from interface java.awt.image.ImageObserver</B></TD>
191
</TR>
192
<TR BGCOLOR="white" CLASS="TableRowColor">
193
<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
194
</TR>
195
</TABLE>
196
&nbsp;
197
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
198

    
199
<A NAME="constructor_summary"><!-- --></A>
200
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
201
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
202
<TD COLSPAN=2><FONT SIZE="+2">
203
<B>Constructor Summary</B></FONT></TD>
204
</TR>
205
<TR BGCOLOR="white" CLASS="TableRowColor">
206
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#SaveSetupPanel()">SaveSetupPanel</A></B>()</CODE>
207

    
208
<BR>
209
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method initializes</TD>
210
</TR>
211
</TABLE>
212
&nbsp;
213
<!-- ========== METHOD SUMMARY =========== -->
214

    
215
<A NAME="method_summary"><!-- --></A>
216
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
218
<TD COLSPAN=2><FONT SIZE="+2">
219
<B>Method Summary</B></FONT></TD>
220
</TR>
221
<TR BGCOLOR="white" CLASS="TableRowColor">
222
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223
<CODE>&nbsp;void</CODE></FONT></TD>
224
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A></B>(java.awt.event.ActionEvent&nbsp;e)</CODE>
225

    
226
<BR>
227
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gestiona los eventos del cambio de escalla de la imagen y lla apertura del
228
 dialogo de selecci?n del nombre del fichero.</TD>
229
</TR>
230
<TR BGCOLOR="white" CLASS="TableRowColor">
231
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232
<CODE>&nbsp;void</CODE></FONT></TD>
233
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#focusGained(java.awt.event.FocusEvent)">focusGained</A></B>(java.awt.event.FocusEvent&nbsp;e)</CODE>
234

    
235
<BR>
236
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unused. </TD>
237
</TR>
238
<TR BGCOLOR="white" CLASS="TableRowColor">
239
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240
<CODE>&nbsp;void</CODE></FONT></TD>
241
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#focusLost(java.awt.event.FocusEvent)">focusLost</A></B>(java.awt.event.FocusEvent&nbsp;e)</CODE>
242

    
243
<BR>
244
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recalcula el tama?o de la imagen con los datos existentes y
245
 activa o desactiva los botones.</TD>
246
</TR>
247
<TR BGCOLOR="white" CLASS="TableRowColor">
248
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
249
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
250
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#getFileName()">getFileName</A></B>()</CODE>
251

    
252
<BR>
253
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el nombre del fichero seleccionado</TD>
254
</TR>
255
<TR BGCOLOR="white" CLASS="TableRowColor">
256
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
257
<CODE>&nbsp;<A HREF="../../../../org/cresques/ui/raster/DataInputSaveRaster.html" title="class in org.cresques.ui.raster">DataInputSaveRaster</A></CODE></FONT></TD>
258
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#getSaveParameters()">getSaveParameters</A></B>()</CODE>
259

    
260
<BR>
261
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el Panel de Controles interior</TD>
262
</TR>
263
<TR BGCOLOR="white" CLASS="TableRowColor">
264
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
265
<CODE>&nbsp;void</CODE></FONT></TD>
266
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#keyPressed(java.awt.event.KeyEvent)">keyPressed</A></B>(java.awt.event.KeyEvent&nbsp;e)</CODE>
267

    
268
<BR>
269
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activa o Desactiva los botones a trav?s de la funci?n que valida los campos</TD>
270
</TR>
271
<TR BGCOLOR="white" CLASS="TableRowColor">
272
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
273
<CODE>&nbsp;void</CODE></FONT></TD>
274
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#keyReleased(java.awt.event.KeyEvent)">keyReleased</A></B>(java.awt.event.KeyEvent&nbsp;e)</CODE>
275

    
276
<BR>
277
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activa o Desactiva los botones a trav?s de la funci?n que valida los campos</TD>
278
</TR>
279
<TR BGCOLOR="white" CLASS="TableRowColor">
280
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
281
<CODE>&nbsp;void</CODE></FONT></TD>
282
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#keyTyped(java.awt.event.KeyEvent)">keyTyped</A></B>(java.awt.event.KeyEvent&nbsp;e)</CODE>
283

    
284
<BR>
285
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activa o Desactiva los botones a trav?s de la funci?n que valida los campos</TD>
286
</TR>
287
<TR BGCOLOR="white" CLASS="TableRowColor">
288
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
289
<CODE>&nbsp;void</CODE></FONT></TD>
290
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
291

    
292
<BR>
293
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
294
</TR>
295
<TR BGCOLOR="white" CLASS="TableRowColor">
296
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
297
<CODE>&nbsp;void</CODE></FONT></TD>
298
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
299

    
300
<BR>
301
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unused. </TD>
302
</TR>
303
<TR BGCOLOR="white" CLASS="TableRowColor">
304
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305
<CODE>&nbsp;void</CODE></FONT></TD>
306
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#mouseExited(java.awt.event.MouseEvent)">mouseExited</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
307

    
308
<BR>
309
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unused</TD>
310
</TR>
311
<TR BGCOLOR="white" CLASS="TableRowColor">
312
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313
<CODE>&nbsp;void</CODE></FONT></TD>
314
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#mousePressed(java.awt.event.MouseEvent)">mousePressed</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
315

    
316
<BR>
317
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unused. </TD>
318
</TR>
319
<TR BGCOLOR="white" CLASS="TableRowColor">
320
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
321
<CODE>&nbsp;void</CODE></FONT></TD>
322
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
323

    
324
<BR>
325
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unused. </TD>
326
</TR>
327
<TR BGCOLOR="white" CLASS="TableRowColor">
328
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
329
<CODE>&nbsp;void</CODE></FONT></TD>
330
<TD><CODE><B><A HREF="../../../../org/cresques/ui/raster/SaveSetupPanel.html#setDialogPanel(org.cresques.ui.raster.SaveRasterDialogPanel)">setDialogPanel</A></B>(<A HREF="../../../../org/cresques/ui/raster/SaveRasterDialogPanel.html" title="class in org.cresques.ui.raster">SaveRasterDialogPanel</A>&nbsp;dialogPanel)</CODE>
331

    
332
<BR>
333
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asigna un valor al panel padre</TD>
334
</TR>
335
</TABLE>
336
&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A>
337
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
338
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
339
<TD><B>Methods inherited from class javax.swing.JPanel</B></TD>
340
</TR>
341
<TR BGCOLOR="white" CLASS="TableRowColor">
342
<TD><CODE>getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI</CODE></TD>
343
</TR>
344
</TABLE>
345
&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A>
346
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
347
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
348
<TD><B>Methods inherited from class javax.swing.JComponent</B></TD>
349
</TR>
350
<TR BGCOLOR="white" CLASS="TableRowColor">
351
<TD><CODE>addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</CODE></TD>
352
</TR>
353
</TABLE>
354
&nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
355
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
356
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
357
<TD><B>Methods inherited from class java.awt.Container</B></TD>
358
</TR>
359
<TR BGCOLOR="white" CLASS="TableRowColor">
360
<TD><CODE>add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD>
361
</TR>
362
</TABLE>
363
&nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
364
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
365
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
366
<TD><B>Methods inherited from class java.awt.Component</B></TD>
367
</TR>
368
<TR BGCOLOR="white" CLASS="TableRowColor">
369
<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD>
370
</TR>
371
</TABLE>
372
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
373
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
374
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
375
<TD><B>Methods inherited from class java.lang.Object</B></TD>
376
</TR>
377
<TR BGCOLOR="white" CLASS="TableRowColor">
378
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
379
</TR>
380
</TABLE>
381
&nbsp;
382
<P>
383

    
384
<!-- ============ FIELD DETAIL =========== -->
385

    
386

    
387
<!-- ========= CONSTRUCTOR DETAIL ======== -->
388

    
389
<A NAME="constructor_detail"><!-- --></A>
390
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
391
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
392
<TD COLSPAN=1><FONT SIZE="+2">
393
<B>Constructor Detail</B></FONT></TD>
394
</TR>
395
</TABLE>
396

    
397
<A NAME="SaveSetupPanel()"><!-- --></A><H3>
398
SaveSetupPanel</H3>
399
<PRE>
400
public <B>SaveSetupPanel</B>()</PRE>
401
<DL>
402
<DD>This method initializes
403
<P>
404
</DL>
405

    
406
<!-- ============ METHOD DETAIL ========== -->
407

    
408
<A NAME="method_detail"><!-- --></A>
409
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
410
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
411
<TD COLSPAN=1><FONT SIZE="+2">
412
<B>Method Detail</B></FONT></TD>
413
</TR>
414
</TABLE>
415

    
416
<A NAME="setDialogPanel(org.cresques.ui.raster.SaveRasterDialogPanel)"><!-- --></A><H3>
417
setDialogPanel</H3>
418
<PRE>
419
public void <B>setDialogPanel</B>(<A HREF="../../../../org/cresques/ui/raster/SaveRasterDialogPanel.html" title="class in org.cresques.ui.raster">SaveRasterDialogPanel</A>&nbsp;dialogPanel)</PRE>
420
<DL>
421
<DD>Asigna un valor al panel padre
422
<P>
423
<DD><DL>
424
</DL>
425
</DD>
426
<DD><DL>
427
<DT><B>Parameters:</B><DD><CODE>dialogPanel</CODE> - </DL>
428
</DD>
429
</DL>
430
<HR>
431

    
432
<A NAME="getSaveParameters()"><!-- --></A><H3>
433
getSaveParameters</H3>
434
<PRE>
435
public <A HREF="../../../../org/cresques/ui/raster/DataInputSaveRaster.html" title="class in org.cresques.ui.raster">DataInputSaveRaster</A> <B>getSaveParameters</B>()</PRE>
436
<DL>
437
<DD>Obtiene el Panel de Controles interior
438
<P>
439
<DD><DL>
440
</DL>
441
</DD>
442
<DD><DL>
443

    
444
<DT><B>Returns:</B><DD></DL>
445
</DD>
446
</DL>
447
<HR>
448

    
449
<A NAME="actionPerformed(java.awt.event.ActionEvent)"><!-- --></A><H3>
450
actionPerformed</H3>
451
<PRE>
452
public void <B>actionPerformed</B>(java.awt.event.ActionEvent&nbsp;e)</PRE>
453
<DL>
454
<DD>Gestiona los eventos del cambio de escalla de la imagen y lla apertura del
455
 dialogo de selecci?n del nombre del fichero.
456
<P>
457
<DD><DL>
458
<DT><B>Specified by:</B><DD><CODE>actionPerformed</CODE> in interface <CODE>java.awt.event.ActionListener</CODE></DL>
459
</DD>
460
<DD><DL>
461
</DL>
462
</DD>
463
</DL>
464
<HR>
465

    
466
<A NAME="getFileName()"><!-- --></A><H3>
467
getFileName</H3>
468
<PRE>
469
public java.lang.String <B>getFileName</B>()</PRE>
470
<DL>
471
<DD>Devuelve el nombre del fichero seleccionado
472
<P>
473
<DD><DL>
474
</DL>
475
</DD>
476
<DD><DL>
477

    
478
<DT><B>Returns:</B><DD>Nombre del fichero seleccionado</DL>
479
</DD>
480
</DL>
481
<HR>
482

    
483
<A NAME="mouseExited(java.awt.event.MouseEvent)"><!-- --></A><H3>
484
mouseExited</H3>
485
<PRE>
486
public void <B>mouseExited</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
487
<DL>
488
<DD>Unused
489
<P>
490
<DD><DL>
491
<DT><B>Specified by:</B><DD><CODE>mouseExited</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
492
</DD>
493
<DD><DL>
494
</DL>
495
</DD>
496
</DL>
497
<HR>
498

    
499
<A NAME="mouseReleased(java.awt.event.MouseEvent)"><!-- --></A><H3>
500
mouseReleased</H3>
501
<PRE>
502
public void <B>mouseReleased</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
503
<DL>
504
<DD>Unused. Only for compilant purposes
505
<P>
506
<DD><DL>
507
<DT><B>Specified by:</B><DD><CODE>mouseReleased</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
508
</DD>
509
<DD><DL>
510
</DL>
511
</DD>
512
</DL>
513
<HR>
514

    
515
<A NAME="mouseEntered(java.awt.event.MouseEvent)"><!-- --></A><H3>
516
mouseEntered</H3>
517
<PRE>
518
public void <B>mouseEntered</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
519
<DL>
520
<DD>Unused. Only for compilant purposes
521
<P>
522
<DD><DL>
523
<DT><B>Specified by:</B><DD><CODE>mouseEntered</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
524
</DD>
525
<DD><DL>
526
</DL>
527
</DD>
528
</DL>
529
<HR>
530

    
531
<A NAME="mouseClicked(java.awt.event.MouseEvent)"><!-- --></A><H3>
532
mouseClicked</H3>
533
<PRE>
534
public void <B>mouseClicked</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
535
<DL>
536
<DD><DL>
537
<DT><B>Specified by:</B><DD><CODE>mouseClicked</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
538
</DD>
539
<DD><DL>
540
</DL>
541
</DD>
542
</DL>
543
<HR>
544

    
545
<A NAME="mousePressed(java.awt.event.MouseEvent)"><!-- --></A><H3>
546
mousePressed</H3>
547
<PRE>
548
public void <B>mousePressed</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
549
<DL>
550
<DD>Unused. Only for compilant purposes
551
<P>
552
<DD><DL>
553
<DT><B>Specified by:</B><DD><CODE>mousePressed</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
554
</DD>
555
<DD><DL>
556
</DL>
557
</DD>
558
</DL>
559
<HR>
560

    
561
<A NAME="focusGained(java.awt.event.FocusEvent)"><!-- --></A><H3>
562
focusGained</H3>
563
<PRE>
564
public void <B>focusGained</B>(java.awt.event.FocusEvent&nbsp;e)</PRE>
565
<DL>
566
<DD>Unused. Only for compilant purposes
567
<P>
568
<DD><DL>
569
<DT><B>Specified by:</B><DD><CODE>focusGained</CODE> in interface <CODE>java.awt.event.FocusListener</CODE></DL>
570
</DD>
571
<DD><DL>
572
</DL>
573
</DD>
574
</DL>
575
<HR>
576

    
577
<A NAME="focusLost(java.awt.event.FocusEvent)"><!-- --></A><H3>
578
focusLost</H3>
579
<PRE>
580
public void <B>focusLost</B>(java.awt.event.FocusEvent&nbsp;e)</PRE>
581
<DL>
582
<DD>Recalcula el tama?o de la imagen con los datos existentes y
583
 activa o desactiva los botones.
584
<P>
585
<DD><DL>
586
<DT><B>Specified by:</B><DD><CODE>focusLost</CODE> in interface <CODE>java.awt.event.FocusListener</CODE></DL>
587
</DD>
588
<DD><DL>
589
</DL>
590
</DD>
591
</DL>
592
<HR>
593

    
594
<A NAME="keyTyped(java.awt.event.KeyEvent)"><!-- --></A><H3>
595
keyTyped</H3>
596
<PRE>
597
public void <B>keyTyped</B>(java.awt.event.KeyEvent&nbsp;e)</PRE>
598
<DL>
599
<DD>Activa o Desactiva los botones a trav?s de la funci?n que valida los campos
600
<P>
601
<DD><DL>
602
<DT><B>Specified by:</B><DD><CODE>keyTyped</CODE> in interface <CODE>java.awt.event.KeyListener</CODE></DL>
603
</DD>
604
<DD><DL>
605
</DL>
606
</DD>
607
</DL>
608
<HR>
609

    
610
<A NAME="keyPressed(java.awt.event.KeyEvent)"><!-- --></A><H3>
611
keyPressed</H3>
612
<PRE>
613
public void <B>keyPressed</B>(java.awt.event.KeyEvent&nbsp;e)</PRE>
614
<DL>
615
<DD>Activa o Desactiva los botones a trav?s de la funci?n que valida los campos
616
<P>
617
<DD><DL>
618
<DT><B>Specified by:</B><DD><CODE>keyPressed</CODE> in interface <CODE>java.awt.event.KeyListener</CODE></DL>
619
</DD>
620
<DD><DL>
621
</DL>
622
</DD>
623
</DL>
624
<HR>
625

    
626
<A NAME="keyReleased(java.awt.event.KeyEvent)"><!-- --></A><H3>
627
keyReleased</H3>
628
<PRE>
629
public void <B>keyReleased</B>(java.awt.event.KeyEvent&nbsp;e)</PRE>
630
<DL>
631
<DD>Activa o Desactiva los botones a trav?s de la funci?n que valida los campos
632
<P>
633
<DD><DL>
634
<DT><B>Specified by:</B><DD><CODE>keyReleased</CODE> in interface <CODE>java.awt.event.KeyListener</CODE></DL>
635
</DD>
636
<DD><DL>
637
</DL>
638
</DD>
639
</DL>
640
<!-- ========= END OF CLASS DATA ========= -->
641
<HR>
642

    
643

    
644
<!-- ======= START OF BOTTOM NAVBAR ====== -->
645
<A NAME="navbar_bottom"><!-- --></A>
646
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
647
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
648
<TR>
649
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
650
<A NAME="navbar_bottom_firstrow"><!-- --></A>
651
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
652
  <TR ALIGN="center" VALIGN="top">
653
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
654
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
655
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
656
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
657
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
658
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
659
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
660
  </TR>
661
</TABLE>
662
</TD>
663
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
664
</EM>
665
</TD>
666
</TR>
667

    
668
<TR>
669
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
670
&nbsp;<A HREF="../../../../org/cresques/ui/raster/SaveRasterPropsDialogPanel.html" title="class in org.cresques.ui.raster"><B>PREV CLASS</B></A>&nbsp;
671
&nbsp;NEXT CLASS</FONT></TD>
672
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
673
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
674
&nbsp;<A HREF="SaveSetupPanel.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
675
&nbsp;<SCRIPT type="text/javascript">
676
  <!--
677
  if(window==top) {
678
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
679
  }
680
  //-->
681
</SCRIPT>
682
<NOSCRIPT>
683
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
684
</NOSCRIPT>
685

    
686
</FONT></TD>
687
</TR>
688
<TR>
689
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
690
  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JPanel">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
691
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
692
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
693
</TR>
694
</TABLE>
695
<A NAME="skip-navbar_bottom"></A>
696
<!-- ======== END OF BOTTOM NAVBAR ======= -->
697

    
698
<HR>
699

    
700
</BODY>
701
</HTML>