Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html
index 0d6018ec6e..847aa11b5e 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/actions/SafeActionDelegate.html
@@ -263,23 +263,23 @@ public void <B>selectionChanged</B>(org.eclipse.jface.action.IAction&nbsp;action
org.eclipse.jface.viewers.ISelection&nbsp;selection)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.ui.IActionDelegate</CODE></B></DD>
-<DD>Notifies this action delegate that the selection in the workbench has changed.
- <p>
- Implementers can use this opportunity to change the availability of the
- action or to modify other presentation properties.
- </p><p>
- When the selection changes, the action enablement state is updated based on
- the criteria specified in the plugin.xml file. Then the delegate is notified
- of the selection change regardless of whether the enablement criteria in the
- plugin.xml file is met.
+<DD>Notifies this action delegate that the selection in the workbench has changed.
+ <p>
+ Implementers can use this opportunity to change the availability of the
+ action or to modify other presentation properties.
+ </p><p>
+ When the selection changes, the action enablement state is updated based on
+ the criteria specified in the plugin.xml file. Then the delegate is notified
+ of the selection change regardless of whether the enablement criteria in the
+ plugin.xml file is met.
</p>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>selectionChanged</CODE> in interface <CODE>org.eclipse.ui.IActionDelegate</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>action</CODE> - the action proxy that handles presentation portion of
- the action<DD><CODE>selection</CODE> - the current selection, or <code>null</code> if there
+<DT><B>Parameters:</B><DD><CODE>action</CODE> - the action proxy that handles presentation portion of
+ the action<DD><CODE>selection</CODE> - the current selection, or <code>null</code> if there
is no selection.</DL>
</DD>
</DL>
@@ -291,21 +291,21 @@ run</H3>
public void <B>run</B>(org.eclipse.jface.action.IAction&nbsp;action)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.ui.IActionDelegate</CODE></B></DD>
-<DD>Performs this action.
- <p>
- This method is called by the proxy action when the action has been
- triggered. Implement this method to do the actual work.
- </p><p>
- <b>Note:</b> If the action delegate also implements
- <code>IActionDelegate2</code>, then this method is not invoked but
- instead the <code>runWithEvent(IAction, Event)</code> method is called.
+<DD>Performs this action.
+ <p>
+ This method is called by the proxy action when the action has been
+ triggered. Implement this method to do the actual work.
+ </p><p>
+ <b>Note:</b> If the action delegate also implements
+ <code>IActionDelegate2</code>, then this method is not invoked but
+ instead the <code>runWithEvent(IAction, Event)</code> method is called.
</p>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>run</CODE> in interface <CODE>org.eclipse.ui.IActionDelegate</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>action</CODE> - the action proxy that handles the presentation portion of the
+<DT><B>Parameters:</B><DD><CODE>action</CODE> - the action proxy that handles the presentation portion of the
action</DL>
</DD>
</DL>

Back to the top