defaultinputhandler.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 496 行 · 第 1/3 页
HTML
496 行
<BR> Creates a new input handler with no key bindings defined.</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#addDefaultKeyBindings()">addDefaultKeyBindings</A></B>()</CODE><BR> Sets up the default key bindings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#addKeyBinding(java.lang.String, java.awt.event.ActionListener)">addKeyBinding</A></B>(java.lang.String keyBinding, java.awt.event.ActionListener action)</CODE><BR> Adds a key binding to this input handler.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html" title="class in com.rapidminer.gui.tools.syntax">InputHandler</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#copy()">copy</A></B>()</CODE><BR> Returns a copy of this input handler that shares the same key bindings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#keyPressed(java.awt.event.KeyEvent)">keyPressed</A></B>(java.awt.event.KeyEvent evt)</CODE><BR> Handle a key pressed event.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#keyTyped(java.awt.event.KeyEvent)">keyTyped</A></B>(java.awt.event.KeyEvent evt)</CODE><BR> Handle a key typed event.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static javax.swing.KeyStroke</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#parseKeyStroke(java.lang.String)">parseKeyStroke</A></B>(java.lang.String keyStroke)</CODE><BR> Converts a string to a keystroke.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#removeAllKeyBindings()">removeAllKeyBindings</A></B>()</CODE><BR> Removes all key bindings from this input handler.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/tools/syntax/DefaultInputHandler.html#removeKeyBinding(java.lang.String)">removeKeyBinding</A></B>(java.lang.String keyBinding)</CODE><BR> Removes a key binding from this input handler.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.gui.tools.syntax.InputHandler"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.gui.tools.syntax.<A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html" title="class in com.rapidminer.gui.tools.syntax">InputHandler</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#executeAction(java.awt.event.ActionListener, java.lang.Object, java.lang.String)">executeAction</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getAction(java.lang.String)">getAction</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getActionName(java.awt.event.ActionListener)">getActionName</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getActions()">getActions</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getMacroRecorder()">getMacroRecorder</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getRepeatCount()">getRepeatCount</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#getTextArea(java.util.EventObject)">getTextArea</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#grabNextKeyStroke(java.awt.event.ActionListener)">grabNextKeyStroke</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#handleGrabAction(java.awt.event.KeyEvent)">handleGrabAction</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#isRepeatEnabled()">isRepeatEnabled</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#setMacroRecorder(com.rapidminer.gui.tools.syntax.InputHandler.MacroRecorder)">setMacroRecorder</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#setRepeatCount(int)">setRepeatCount</A>, <A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#setRepeatEnabled(boolean)">setRepeatEnabled</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.event.KeyAdapter"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.awt.event.KeyAdapter</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>keyReleased</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="DefaultInputHandler()"><!-- --></A><H3>DefaultInputHandler</H3><PRE>public <B>DefaultInputHandler</B>()</PRE><DL><DD>Creates a new input handler with no key bindings defined.<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="addDefaultKeyBindings()"><!-- --></A><H3>addDefaultKeyBindings</H3><PRE>public void <B>addDefaultKeyBindings</B>()</PRE><DL><DD>Sets up the default key bindings.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#addDefaultKeyBindings()">addDefaultKeyBindings</A></CODE> in class <CODE><A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html" title="class in com.rapidminer.gui.tools.syntax">InputHandler</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addKeyBinding(java.lang.String, java.awt.event.ActionListener)"><!-- --></A><H3>addKeyBinding</H3><PRE>public void <B>addKeyBinding</B>(java.lang.String keyBinding, java.awt.event.ActionListener action)</PRE><DL><DD>Adds a key binding to this input handler. The key binding is a list of white space separated key strokes of the form <i>[modifiers+]key</i> where modifier is C for Control, A for Alt, or S for Shift, and key is either a character (a-z) or a field name in the KeyEvent class prefixed with VK_ (e.g., BACK_SPACE)<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html#addKeyBinding(java.lang.String, java.awt.event.ActionListener)">addKeyBinding</A></CODE> in class <CODE><A HREF="../../../../../com/rapidminer/gui/tools/syntax/InputHandler.html" title="class in com.rapidminer.gui.tools.syntax">InputHandler</A></CODE></DL>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?