[Japi-cvs] SF.net SVN: japi:[895] libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/ prefs/keys/
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-15 13:29:36
|
Revision: 895
http://japi.svn.sourceforge.net/japi/?rev=895&view=rev
Author: christianhujer
Date: 2009-02-15 13:29:29 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
Fixed several javadoc issues.
Modified Paths:
--------------
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java
Modified: libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java 2009-02-15 13:29:18 UTC (rev 894)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java 2009-02-15 13:29:29 UTC (rev 895)
@@ -47,13 +47,19 @@
/** Action Builder. */
private static final ActionBuilder ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.japi.swing.prefs.keys");
- /** The action of the button that displays the keystroke and allows changing it. */
+ /** The action of the button that displays the keystroke and allows changing it.
+ * @serial include
+ */
private final ActionKeyAction actionKeyAction = new ActionKeyAction(this);
- /** The action that is currently handled. */
+ /** The action that is currently handled.
+ * @serial include
+ */
@Nullable private Action action;
- /** The radio actions. */
+ /** The radio actions.
+ * @serial include
+ */
private final Action[] radioActions = ACTION_BUILDER.createActions(true, this, "keystrokeNone", "keystrokeStandard", "keystrokeUserdefined");
/** Create an ActionKeyDisplay. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|