Searched defs:started (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/control/
H A DNavigationStopEvent.java38 private List<Control> started; field in class:NavigationStopEvent
61 * @param started
62 * the {@link Control}s that were {@link #getStarted started}
70 List<Control> stopped, List<Control> started, NavigationException
76 this.started = started;
90 * @param started
91 * the {@link Control}s that were {@link #getStarted started}
95 List<Control> stopped, List<Control> started) {
97 this(source, last, stopped, started, nul
69 NavigationStopEvent(Navigator source, Navigable[] last, List<Control> stopped, List<Control> started, NavigationException exception) argument
94 NavigationStopEvent(Navigator source, Navigable[] last, List<Control> stopped, List<Control> started) argument
[all...]
H A DControl.java141 * if this {@code Control} is started, or {@code null} if this {@code
174 * is started.
181 throw new IllegalStateException("child already started");
208 * of this {@code Control} has been started and pushed onto the {@link
213 * {@code Control} (with the just-started {@code Control} as
297 * been started.
307 * false} if this {@code Control} was started as part of this
381 * this {@code Control} is started, or {@code null} if this {@code Control}
473 * if this {@link Control} is not started
528 * if this {@link Control} is not started
656 assertStartState(boolean started) argument
[all...]

Completed in 18 milliseconds