Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1245 / docs / Andami / andami-api / com / iver / andami / ui / mdiFrame / KeyMapping.html @ 40287

History | View | Annotate | Download (10.1 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
KeyMapping
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="com.iver.andami.ui.mdiFrame.KeyMapping 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="KeyMapping";
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/KeyMapping.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;<A HREF="../../../../../com/iver/andami/ui/mdiFrame/JToggleButton.html" title="class in com.iver.andami.ui.mdiFrame"><B>PREV CLASS</B></A>&nbsp;
54
&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiFrame/MDIFrame.html" title="class in com.iver.andami.ui.mdiFrame"><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="KeyMapping.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;<A HREF="#constructor_summary">CONSTR</A>&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;<A HREF="#constructor_detail">CONSTR</A>&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.mdiFrame</FONT>
86
<BR>
87
Class KeyMapping</H2>
88
<PRE>
89
java.lang.Object
90
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>com.iver.andami.ui.mdiFrame.KeyMapping</B>
91
</PRE>
92
<HR>
93
<DL>
94
<DT>public class <B>KeyMapping</B><DT>extends java.lang.Object</DL>
95
96
<P>
97
Clase que sirve para obtener los codigos de las teclas de la manera que las
98
 requieren los JMenu a partir de un caracter que representa dicha tecla
99
<P>
100
101
<P>
102
<DL>
103
<DT><B>Author:</B></DT>
104
  <DD>Fernando Gonz?lez Cort?s</DD>
105
</DL>
106
<HR>
107
108
<P>
109
<!-- ======== NESTED CLASS SUMMARY ======== -->
110
111
112
<!-- =========== FIELD SUMMARY =========== -->
113
114
115
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
116
117
<A NAME="constructor_summary"><!-- --></A>
118
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120
<TD COLSPAN=2><FONT SIZE="+2">
121
<B>Constructor Summary</B></FONT></TD>
122
</TR>
123
<TR BGCOLOR="white" CLASS="TableRowColor">
124
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiFrame/KeyMapping.html#KeyMapping()">KeyMapping</A></B>()</CODE>
125
126
<BR>
127
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128
</TR>
129
</TABLE>
130
&nbsp;
131
<!-- ========== METHOD SUMMARY =========== -->
132
133
<A NAME="method_summary"><!-- --></A>
134
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136
<TD COLSPAN=2><FONT SIZE="+2">
137
<B>Method Summary</B></FONT></TD>
138
</TR>
139
<TR BGCOLOR="white" CLASS="TableRowColor">
140
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141
<CODE>static&nbsp;int</CODE></FONT></TD>
142
<TD><CODE><B><A HREF="../../../../../com/iver/andami/ui/mdiFrame/KeyMapping.html#getKey(char)">getKey</A></B>(char&nbsp;a)</CODE>
143
144
<BR>
145
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene dado un caracter el entero correspondiente al codigo que tiene
146
 la tecla que produce dicho caracter</TD>
147
</TR>
148
</TABLE>
149
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
150
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
151
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
152
<TD><B>Methods inherited from class java.lang.Object</B></TD>
153
</TR>
154
<TR BGCOLOR="white" CLASS="TableRowColor">
155
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
156
</TR>
157
</TABLE>
158
&nbsp;
159
<P>
160
161
<!-- ============ FIELD DETAIL =========== -->
162
163
164
<!-- ========= CONSTRUCTOR DETAIL ======== -->
165
166
<A NAME="constructor_detail"><!-- --></A>
167
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
168
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
169
<TD COLSPAN=1><FONT SIZE="+2">
170
<B>Constructor Detail</B></FONT></TD>
171
</TR>
172
</TABLE>
173
174
<A NAME="KeyMapping()"><!-- --></A><H3>
175
KeyMapping</H3>
176
<PRE>
177
public <B>KeyMapping</B>()</PRE>
178
<DL>
179
</DL>
180
181
<!-- ============ METHOD DETAIL ========== -->
182
183
<A NAME="method_detail"><!-- --></A>
184
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
185
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
186
<TD COLSPAN=1><FONT SIZE="+2">
187
<B>Method Detail</B></FONT></TD>
188
</TR>
189
</TABLE>
190
191
<A NAME="getKey(char)"><!-- --></A><H3>
192
getKey</H3>
193
<PRE>
194
public static int <B>getKey</B>(char&nbsp;a)</PRE>
195
<DL>
196
<DD>Obtiene dado un caracter el entero correspondiente al codigo que tiene
197
 la tecla que produce dicho caracter
198
<P>
199
<DD><DL>
200
<DT><B>Parameters:</B><DD><CODE>a</CODE> - caracter
201
<DT><B>Returns:</B><DD>Codigo de la tecla asociada
202
<DT><B>Throws:</B>
203
<DD><CODE>java.lang.RuntimeException</CODE> - Si el caracter no tiene una tecla asociada</DL>
204
</DD>
205
</DL>
206
<!-- ========= END OF CLASS DATA ========= -->
207
<HR>
208
209
210
<!-- ======= START OF BOTTOM NAVBAR ====== -->
211
<A NAME="navbar_bottom"><!-- --></A>
212
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
213
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
214
<TR>
215
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
216
<A NAME="navbar_bottom_firstrow"><!-- --></A>
217
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
218
  <TR ALIGN="center" VALIGN="top">
219
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
220
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
221
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
222
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/KeyMapping.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
223
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
224
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
225
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
226
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
227
  </TR>
228
</TABLE>
229
</TD>
230
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
231
</EM>
232
</TD>
233
</TR>
234
235
<TR>
236
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
237
&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiFrame/JToggleButton.html" title="class in com.iver.andami.ui.mdiFrame"><B>PREV CLASS</B></A>&nbsp;
238
&nbsp;<A HREF="../../../../../com/iver/andami/ui/mdiFrame/MDIFrame.html" title="class in com.iver.andami.ui.mdiFrame"><B>NEXT CLASS</B></A></FONT></TD>
239
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
240
  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
241
&nbsp;<A HREF="KeyMapping.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
242
&nbsp;<SCRIPT type="text/javascript">
243
  <!--
244
  if(window==top) {
245
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
246
  }
247
  //-->
248
</SCRIPT>
249
<NOSCRIPT>
250
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
251
</NOSCRIPT>
252
253
</FONT></TD>
254
</TR>
255
<TR>
256
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
257
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
258
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
259
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
260
</TR>
261
</TABLE>
262
<A NAME="skip-navbar_bottom"></A>
263
<!-- ======== END OF BOTTOM NAVBAR ======= -->
264
265
<HR>
266
267
</BODY>
268
</HTML>