📄 action.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>JTextField.</B><B><A HREF="../../../javax/swing/JTextField.html#configurePropertiesFromAction(javax.swing.Action)">configurePropertiesFromAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which sets the ActionEvent source's properties according to values from the Action instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../java/beans/PropertyChangeListener.html">PropertyChangeListener</A></CODE></FONT></TD><TD><CODE><B>JTextField.</B><B><A HREF="../../../javax/swing/JTextField.html#createActionPropertyChangeListener(javax.swing.Action)">createActionPropertyChangeListener</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the PropertyChangeListener used to update the ActionEvent source as properties change on its Action instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/swing/JMenuItem.html">JMenuItem</A></CODE></FONT></TD><TD><CODE><B>JMenu.</B><B><A HREF="../../../javax/swing/JMenu.html#add(javax.swing.Action)">add</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a new menu item attached to the specified <code>Action</code> object and appends it to the end of this menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../javax/swing/JMenuItem.html">JMenuItem</A></CODE></FONT></TD><TD><CODE><B>JMenu.</B><B><A HREF="../../../javax/swing/JMenu.html#createActionComponent(javax.swing.Action)">createActionComponent</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the <code>JMenuItem</code> for <code>Action</code>s added to the <code>JMenu</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/swing/JMenuItem.html">JMenuItem</A></CODE></FONT></TD><TD><CODE><B>JMenu.</B><B><A HREF="../../../javax/swing/JMenu.html#insert(javax.swing.Action, int)">insert</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a, int pos)</CODE><BR> Inserts a new menu item attached to the specified <code>Action</code> object at a given position.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>JButton.</B><B><A HREF="../../../javax/swing/JButton.html#configurePropertiesFromAction(javax.swing.Action)">configurePropertiesFromAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which sets the AbstractButton's properties according to values from the Action instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/swing/JMenuItem.html">JMenuItem</A></CODE></FONT></TD><TD><CODE><B>JPopupMenu.</B><B><A HREF="../../../javax/swing/JPopupMenu.html#add(javax.swing.Action)">add</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Appends a new menu item to the end of the menu which dispatches the specified <code>Action</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../javax/swing/JMenuItem.html">JMenuItem</A></CODE></FONT></TD><TD><CODE><B>JPopupMenu.</B><B><A HREF="../../../javax/swing/JPopupMenu.html#createActionComponent(javax.swing.Action)">createActionComponent</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the <code>JMenuItem</code> for <code>Actions</code> added to the <code>JPopupMenu</code>.</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>JPopupMenu.</B><B><A HREF="../../../javax/swing/JPopupMenu.html#insert(javax.swing.Action, int)">insert</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a, int index)</CODE><BR> Inserts a menu item for the specified <code>Action</code> object at a given position.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B>SwingUtilities.</B><B><A HREF="../../../javax/swing/SwingUtilities.html#notifyAction(javax.swing.Action, javax.swing.KeyStroke, java.awt.event.KeyEvent, java.lang.Object, int)">notifyAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> action, <A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A> ks, <A HREF="../../../java/awt/event/KeyEvent.html">KeyEvent</A> event, <A HREF="../../../java/lang/Object.html">Object</A> sender, int modifiers)</CODE><BR> Invokes <code>actionPerformed</code> on <code>action</code> if <code>action</code> is enabled (and non null).</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>JComboBox.</B><B><A HREF="../../../javax/swing/JComboBox.html#setAction(javax.swing.Action)">setAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Sets the <code>Action</code> for the <code>ActionEvent</code> source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>JComboBox.</B><B><A HREF="../../../javax/swing/JComboBox.html#configurePropertiesFromAction(javax.swing.Action)">configurePropertiesFromAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which sets the <code>ActionEvent</code> source's properties according to values from the <code>Action</code> instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../java/beans/PropertyChangeListener.html">PropertyChangeListener</A></CODE></FONT></TD><TD><CODE><B>JComboBox.</B><B><A HREF="../../../javax/swing/JComboBox.html#createActionPropertyChangeListener(javax.swing.Action)">createActionPropertyChangeListener</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the <code>PropertyChangeListener</code> used to update the <code>ActionEvent</code> source as properties change on its <code>Action</code> instance.</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>ActionMap.</B><B><A HREF="../../../javax/swing/ActionMap.html#put(java.lang.Object, javax.swing.Action)">put</A></B>(<A HREF="../../../java/lang/Object.html">Object</A> key, <A HREF="../../../javax/swing/Action.html">Action</A> action)</CODE><BR> Adds a binding for <code>key</code> to <code>action</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>JRadioButton.</B><B><A HREF="../../../javax/swing/JRadioButton.html#configurePropertiesFromAction(javax.swing.Action)">configurePropertiesFromAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which sets the ActionEvent source's properties according to values from the Action instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../java/beans/PropertyChangeListener.html">PropertyChangeListener</A></CODE></FONT></TD><TD><CODE><B>JRadioButton.</B><B><A HREF="../../../javax/swing/JRadioButton.html#createActionPropertyChangeListener(javax.swing.Action)">createActionPropertyChangeListener</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the PropertyChangeListener used to update the ActionEvent source as properties change on its Action instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/swing/JButton.html">JButton</A></CODE></FONT></TD><TD><CODE><B>JToolBar.</B><B><A HREF="../../../javax/swing/JToolBar.html#add(javax.swing.Action)">add</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Adds a new <code>JButton</code> which dispatches the action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../javax/swing/JButton.html">JButton</A></CODE></FONT></TD><TD><CODE><B>JToolBar.</B><B><A HREF="../../../javax/swing/JToolBar.html#createActionComponent(javax.swing.Action)">createActionComponent</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Factory method which creates the <code>JButton</code> for <code>Action</code>s added to the <code>JToolBar</code>.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../javax/swing/package-summary.html">javax.swing</A> with parameters of type <A HREF="../../../javax/swing/Action.html">Action</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JMenuItem.html#JMenuItem(javax.swing.Action)">JMenuItem</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a menu item whose properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JCheckBoxMenuItem.html#JCheckBoxMenuItem(javax.swing.Action)">JCheckBoxMenuItem</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a menu item whose properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JToggleButton.html#JToggleButton(javax.swing.Action)">JToggleButton</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a toggle button where properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JCheckBox.html#JCheckBox(javax.swing.Action)">JCheckBox</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a check box where properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JMenu.html#JMenu(javax.swing.Action)">JMenu</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Constructs a menu whose properties are taken from the <code>Action</code> supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JButton.html#JButton(javax.swing.Action)">JButton</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a button where properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JRadioButton.html#JRadioButton(javax.swing.Action)">JRadioButton</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a radiobutton where properties are taken from the Action supplied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/swing/JRadioButtonMenuItem.html#JRadioButtonMenuItem(javax.swing.Action)">JRadioButtonMenuItem</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A> a)</CODE><BR> Creates a radio button menu item whose properties are taken from the <code>Action</code> supplied.</TD></TR></TABLE> <P><A NAME="javax.swing.plaf.basic"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../javax/swing/Action.html">Action</A> in <A HREF="../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.basic</A></FONT></TD></TR></TABLE> <P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -