Statistics
| Revision:

root / trunk / docs / Andami / andami-api / com / iver / andami / ui / mdiManager / MDIManager.html @ 1935

History | View | Annotate | Download (18.6 KB)

1 1935 vcaballero
<!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_04) on Fri May 13 11:46:18 CEST 2005 -->
6
<TITLE>
7
MDIManager
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="com.iver.andami.ui.mdiManager.MDIManager interface">
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="MDIManager";
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="class-use/MDIManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43
  </TR>
44
</TABLE>
45
</TD>
46
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47
</EM>
48
</TD>
49
</TR>
50
51
<TR>
52
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53
&nbsp;PREV CLASS&nbsp;
54
&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiManager/SingletonView.html" title="interface in com.iver.andami.ui.mdiManager"><B>NEXT CLASS</B></A></FONT></TD>
55
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56
  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
57
&nbsp;<A HREF="MDIManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
58
&nbsp;<SCRIPT type="text/javascript">
59
  <!--
60
  if(window==top) {
61
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62
  }
63
  //-->
64
</SCRIPT>
65
<NOSCRIPT>
66
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67
</NOSCRIPT>
68
69
</FONT></TD>
70
</TR>
71
<TR>
72
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
73
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
76
</TR>
77
</TABLE>
78
<A NAME="skip-navbar_top"></A>
79
<!-- ========= END OF TOP NAVBAR ========= -->
80
81
<HR>
82
<!-- ======== START OF CLASS DATA ======== -->
83
<H2>
84
<FONT SIZE="-1">
85
com.iver.andami.ui.mdiManager</FONT>
86
<BR>
87
Interface MDIManager</H2>
88
<HR>
89
<DL>
90
<DT>public interface <B>MDIManager</B></DL>
91
92
<P>
93
Las vistas que se a?aden al framework derivan de JPanel. ?Como pasamos de un
94
 JPanel al control que vemos (habitualmente un JInternalFrame) Mediante la
95
 clase skin que implementa esta interfaz. El framework  invoca los m?todos
96
 de la clase pasando como par?metros jPanel y la clase toma el JPanel, lo
97
 trata (en la version por defecto lo mete en un JInternalFrame) y lo a?ade
98
 al Frame principal. Para poner un ejemplo se podr?a implementar ua clase
99
 que situara los jpanel en la forma que lo hace eclipse, o instalar un men?
100
 por cada vista de forma que al seleccionar el men?  desapareciera la vista
101
 actual y se mostrara la que  se ha seleccionado, ...     Actualmente la
102
 clase que implementa esta interfaz es Skin y se usa a pi??n fijo, pero en
103
 un futuro se dejar? abierta la posibilidad de sustituir esta clase por una
104
 que  implemente el usuario.
105
<P>
106
107
<P>
108
<DL>
109
<DT><B>Author:</B></DT>
110
  <DD>Fernando Gonz?lez Cort?s</DD>
111
</DL>
112
<HR>
113
114
<P>
115
<!-- ======== NESTED CLASS SUMMARY ======== -->
116
117
118
<!-- =========== FIELD SUMMARY =========== -->
119
120
121
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
122
123
124
<!-- ========== METHOD SUMMARY =========== -->
125
126
<A NAME="method_summary"><!-- --></A>
127
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129
<TD COLSPAN=2><FONT SIZE="+2">
130
<B>Method Summary</B></FONT></TD>
131
</TR>
132
<TR BGCOLOR="white" CLASS="TableRowColor">
133
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134
<CODE>&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A></CODE></FONT></TD>
135
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#addView(com.iver.andami.ui.mdiManager.View)">addView</A></B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;p)</CODE>
136
137
<BR>
138
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade una nueva vista a la interfaz y lo visualiza. </TD>
139
</TR>
140
<TR BGCOLOR="white" CLASS="TableRowColor">
141
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142
<CODE>&nbsp;void</CODE></FONT></TD>
143
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#closeAllViews()">closeAllViews</A></B>()</CODE>
144
145
<BR>
146
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra todas las vistas que actualmente est?n abiertas</TD>
147
</TR>
148
<TR BGCOLOR="white" CLASS="TableRowColor">
149
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150
<CODE>&nbsp;boolean</CODE></FONT></TD>
151
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#closeSingletonView(java.lang.Class, java.lang.Object)">closeSingletonView</A></B>(java.lang.Class&nbsp;viewClass,
152
                   java.lang.Object&nbsp;model)</CODE>
153
154
<BR>
155
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra la ventana SingletonView cuya clase se pasa como par?metro y cuyo
156
 modelo se pasa como par?metro.</TD>
157
</TR>
158
<TR BGCOLOR="white" CLASS="TableRowColor">
159
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160
<CODE>&nbsp;boolean</CODE></FONT></TD>
161
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#closeSingletonView(java.lang.Object)">closeSingletonView</A></B>(java.lang.Object&nbsp;model)</CODE>
162
163
<BR>
164
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra todas las ventanas Singleton que tengan como modelo el que
165
 se pasa como par?metro</TD>
166
</TR>
167
<TR BGCOLOR="white" CLASS="TableRowColor">
168
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169
<CODE>&nbsp;void</CODE></FONT></TD>
170
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#closeView(com.iver.andami.ui.mdiManager.View)">closeView</A></B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;p)</CODE>
171
172
<BR>
173
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra la vista correspondiente con el JPanel</TD>
174
</TR>
175
<TR BGCOLOR="white" CLASS="TableRowColor">
176
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177
<CODE>&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A></CODE></FONT></TD>
178
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#getActiveView()">getActiveView</A></B>()</CODE>
179
180
<BR>
181
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene una referencia al panel de la ultima vista no modal que se
182
 activ? en la aplicaci?n.</TD>
183
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186
<CODE>&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiManager/ViewInfo.html" title="class in com.iver.andami.ui.mdiManager">ViewInfo</A></CODE></FONT></TD>
187
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#getViewInfo(com.iver.andami.ui.mdiManager.View)">getViewInfo</A></B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;v)</CODE>
188
189
<BR>
190
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene la referencia al objeto que contiene la informaci?n de la vista
191
 que se pasa como par?metro</TD>
192
</TR>
193
<TR BGCOLOR="white" CLASS="TableRowColor">
194
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195
<CODE>&nbsp;void</CODE></FONT></TD>
196
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#init(com.iver.andami.ui.mdiFrame.MDIFrame)">init</A></B>(<A HREF="../../../../../com/iver/andami/ui/mdiFrame/MDIFrame.html" title="class in com.iver.andami.ui.mdiFrame">MDIFrame</A>&nbsp;f)</CODE>
197
198
<BR>
199
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inicializaci?n de la clase, se le pasa la consola para mostrar mensajes
200
 y el frame principal para actuar sobre ?l</TD>
201
</TR>
202
<TR BGCOLOR="white" CLASS="TableRowColor">
203
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204
<CODE>&nbsp;void</CODE></FONT></TD>
205
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#restoreCursor()">restoreCursor</A></B>()</CODE>
206
207
<BR>
208
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restaura al icono de rat?n que hab?a antes de realizar la operaci?n</TD>
209
</TR>
210
<TR BGCOLOR="white" CLASS="TableRowColor">
211
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212
<CODE>&nbsp;void</CODE></FONT></TD>
213
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiManager/MDIManager.html#setWaitCursor()">setWaitCursor</A></B>()</CODE>
214
215
<BR>
216
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pone como icono de rat?n el HourGlass y bloquea todos los eventos de la
217
 interfaz que se producen hasta que se recibe una llamada a
218
 restoreCursor</TD>
219
</TR>
220
</TABLE>
221
&nbsp;
222
<P>
223
224
<!-- ============ FIELD DETAIL =========== -->
225
226
227
<!-- ========= CONSTRUCTOR DETAIL ======== -->
228
229
230
<!-- ============ METHOD DETAIL ========== -->
231
232
<A NAME="method_detail"><!-- --></A>
233
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
235
<TD COLSPAN=1><FONT SIZE="+2">
236
<B>Method Detail</B></FONT></TD>
237
</TR>
238
</TABLE>
239
240
<A NAME="init(com.iver.andami.ui.mdiFrame.MDIFrame)"><!-- --></A><H3>
241
init</H3>
242
<PRE>
243
public void <B>init</B>(<A HREF="../../../../../com/iver/andami/ui/mdiFrame/MDIFrame.html" title="class in com.iver.andami.ui.mdiFrame">MDIFrame</A>&nbsp;f)</PRE>
244
<DL>
245
<DD>Inicializaci?n de la clase, se le pasa la consola para mostrar mensajes
246
 y el frame principal para actuar sobre ?l
247
<P>
248
<DD><DL>
249
<DT><B>Parameters:</B><DD><CODE>f</CODE> - DOCUMENT ME!</DL>
250
</DD>
251
</DL>
252
<HR>
253
254
<A NAME="addView(com.iver.andami.ui.mdiManager.View)"><!-- --></A><H3>
255
addView</H3>
256
<PRE>
257
public <A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A> <B>addView</B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;p)
258
             throws <A HREF="../../../../../com/iver/andami/ui/mdiManager/SingletonDialogAlreadyShownException.html" title="class in com.iver.andami.ui.mdiManager">SingletonDialogAlreadyShownException</A></PRE>
259
<DL>
260
<DD>A?ade una nueva vista a la interfaz y lo visualiza. Dicho vista se
261
 elimina completamente al cerrarse.
262
<P>
263
<DD><DL>
264
<DT><B>Parameters:</B><DD><CODE>p</CODE> - Panel con los controles de la vista
265
<DT><B>Returns:</B><DD>Devuelve la vista a?adida o si es un singleton y ya estaba
266
                    a?adida devuelve la vista ya a?adida
267
<DT><B>Throws:</B>
268
<DD><CODE><A HREF="../../../../../com/iver/andami/ui/mdiManager/SingletonDialogAlreadyShownException.html" title="class in com.iver.andami.ui.mdiManager">SingletonDialogAlreadyShownException</A></CODE> - Si lo que se est? a?adiendo
269
                    es una vista modal singleton y ya est? a?adida</DL>
270
</DD>
271
</DL>
272
<HR>
273
274
<A NAME="getActiveView()"><!-- --></A><H3>
275
getActiveView</H3>
276
<PRE>
277
public <A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A> <B>getActiveView</B>()</PRE>
278
<DL>
279
<DD>Obtiene una referencia al panel de la ultima vista no modal que se
280
 activ? en la aplicaci?n.
281
<P>
282
<DD><DL>
283
284
<DT><B>Returns:</B><DD>referencia al panel activo o null si no hay ninguna vista activa</DL>
285
</DD>
286
</DL>
287
<HR>
288
289
<A NAME="closeSingletonView(java.lang.Class, java.lang.Object)"><!-- --></A><H3>
290
closeSingletonView</H3>
291
<PRE>
292
public boolean <B>closeSingletonView</B>(java.lang.Class&nbsp;viewClass,
293
                                  java.lang.Object&nbsp;model)</PRE>
294
<DL>
295
<DD>Cierra la ventana SingletonView cuya clase se pasa como par?metro y cuyo
296
 modelo se pasa como par?metro.
297
<P>
298
<DD><DL>
299
<DT><B>Parameters:</B><DD><CODE>viewClass</CODE> - Clase de la vista que se quiere cerrar<DD><CODE>model</CODE> - Modelo de la vista que se quiere cerrar
300
<DT><B>Returns:</B><DD>true si hay abierta una vista con la clase viewClass y con el modelo que se pasa
301
 como par?metro. False si no hay ninguna ventana de ese tipo.</DL>
302
</DD>
303
</DL>
304
<HR>
305
306
<A NAME="closeSingletonView(java.lang.Object)"><!-- --></A><H3>
307
closeSingletonView</H3>
308
<PRE>
309
public boolean <B>closeSingletonView</B>(java.lang.Object&nbsp;model)</PRE>
310
<DL>
311
<DD>Cierra todas las ventanas Singleton que tengan como modelo el que
312
 se pasa como par?metro
313
<P>
314
<DD><DL>
315
<DT><B>Parameters:</B><DD><CODE>model</CODE> - Modelo de las ventanas que se quieren cerrar
316
<DT><B>Returns:</B><DD>true si se cierra alguna ventana y false si no hay abierta
317
 ninguna ventana singleton con ese modelo</DL>
318
</DD>
319
</DL>
320
<HR>
321
322
<A NAME="closeView(com.iver.andami.ui.mdiManager.View)"><!-- --></A><H3>
323
closeView</H3>
324
<PRE>
325
public void <B>closeView</B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;p)</PRE>
326
<DL>
327
<DD>Cierra la vista correspondiente con el JPanel
328
<P>
329
<DD><DL>
330
<DT><B>Parameters:</B><DD><CODE>p</CODE> - vista que se quiere cerrar</DL>
331
</DD>
332
</DL>
333
<HR>
334
335
<A NAME="closeAllViews()"><!-- --></A><H3>
336
closeAllViews</H3>
337
<PRE>
338
public void <B>closeAllViews</B>()</PRE>
339
<DL>
340
<DD>Cierra todas las vistas que actualmente est?n abiertas
341
<P>
342
<DD><DL>
343
</DL>
344
</DD>
345
</DL>
346
<HR>
347
348
<A NAME="getViewInfo(com.iver.andami.ui.mdiManager.View)"><!-- --></A><H3>
349
getViewInfo</H3>
350
<PRE>
351
public <A HREF="../../../../../com/iver/andami/ui/mdiManager/ViewInfo.html" title="class in com.iver.andami.ui.mdiManager">ViewInfo</A> <B>getViewInfo</B>(<A HREF="../../../../../com/iver/andami/ui/mdiManager/View.html" title="interface in com.iver.andami.ui.mdiManager">View</A>&nbsp;v)</PRE>
352
<DL>
353
<DD>Obtiene la referencia al objeto que contiene la informaci?n de la vista
354
 que se pasa como par?metro
355
<P>
356
<DD><DL>
357
<DT><B>Parameters:</B><DD><CODE>v</CODE> - vista cuya informaci?n se requiere
358
<DT><B>Returns:</B><DD>ViewInfo</DL>
359
</DD>
360
</DL>
361
<HR>
362
363
<A NAME="setWaitCursor()"><!-- --></A><H3>
364
setWaitCursor</H3>
365
<PRE>
366
public void <B>setWaitCursor</B>()</PRE>
367
<DL>
368
<DD>Pone como icono de rat?n el HourGlass y bloquea todos los eventos de la
369
 interfaz que se producen hasta que se recibe una llamada a
370
 restoreCursor
371
<P>
372
<DD><DL>
373
</DL>
374
</DD>
375
</DL>
376
<HR>
377
378
<A NAME="restoreCursor()"><!-- --></A><H3>
379
restoreCursor</H3>
380
<PRE>
381
public void <B>restoreCursor</B>()</PRE>
382
<DL>
383
<DD>Restaura al icono de rat?n que hab?a antes de realizar la operaci?n
384
<P>
385
<DD><DL>
386
</DL>
387
</DD>
388
</DL>
389
<!-- ========= END OF CLASS DATA ========= -->
390
<HR>
391
392
393
<!-- ======= START OF BOTTOM NAVBAR ====== -->
394
<A NAME="navbar_bottom"><!-- --></A>
395
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
396
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
397
<TR>
398
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
399
<A NAME="navbar_bottom_firstrow"><!-- --></A>
400
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
401
  <TR ALIGN="center" VALIGN="top">
402
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
403
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
404
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
405
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MDIManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
406
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
407
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
408
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
409
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
410
  </TR>
411
</TABLE>
412
</TD>
413
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
414
</EM>
415
</TD>
416
</TR>
417
418
<TR>
419
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
420
&nbsp;PREV CLASS&nbsp;
421
&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiManager/SingletonView.html" title="interface in com.iver.andami.ui.mdiManager"><B>NEXT CLASS</B></A></FONT></TD>
422
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
423
  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
424
&nbsp;<A HREF="MDIManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
425
&nbsp;<SCRIPT type="text/javascript">
426
  <!--
427
  if(window==top) {
428
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
429
  }
430
  //-->
431
</SCRIPT>
432
<NOSCRIPT>
433
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
434
</NOSCRIPT>
435
436
</FONT></TD>
437
</TR>
438
<TR>
439
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
440
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
441
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
442
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
443
</TR>
444
</TABLE>
445
<A NAME="skip-navbar_bottom"></A>
446
<!-- ======== END OF BOTTOM NAVBAR ======= -->
447
448
<HR>
449
450
</BODY>
451
</HTML>