Searched defs:work (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/action/
H A DDefaultStructuredAction.java38 * {@link ClientContext} to handle errors and show a busy indicator while work
82 * see {@link StructuredAction#work}
85 * see {@link StructuredAction#work}
87 * @return see {@link StructuredAction#work}
94 * see {@link StructuredAction#work}
97 public O work(P pInput, I rtInput) throws ActionAbortedException, method in class:DefaultStructuredAction
173 * non-UI work, and b) it displays the {@link ClientContext#getBusyIndicator
179 * see {@link StructuredAction#work}
182 * see {@link StructuredAction#work}
184 * @return see {@link StructuredAction#work}
[all...]
H A DStructuredAction.java34 * The {@code StructuredAction} encapsulates an action that {@link #work
65 * <tr><td align='center'>{@link #work}</td></tr>
74 * A typical subclass will implement {@link #work}, and optionally {@link
199 * #work} and its ilk.
234 * passes it on to {@link #work}.
251 * @return the value returned by {@link #work}
254 * thrown by {@link #getRuntimeInput} or {@link #work}
257 * thrown by {@link #work}
268 return work(pInput, rtInput);
296 * #invoke(Object) invoke(I)} to {@link #getRuntimeInput} and {@link #work}
322 public O work(P pInput, I rtInput) throws ActionAbortedException, method in class:StructuredAction
[all...]

Completed in 1792 milliseconds