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

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/
H A DAnalogClock.java72 private boolean interactive; field in class:AnalogClock
738 * Gets the {@code Animator} the controls the animation of the interactive
823 * Gets whether to use instructional tooltips over the interactive portions
843 return interactive;
926 public void setInteractive(boolean interactive) { argument
927 if (this.interactive != interactive) {
928 this.interactive = interactive;
929 if (interactive) {
[all...]

Completed in 2789 milliseconds