Searched defs:delay (Results 1 - 7 of 7) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | ToolTipDelayOverrider.java | 44 private int delay; field in class:ToolTipDelayOverrider 50 public ToolTipDelayOverrider(int delay) { argument 51 this.delay = delay; 61 ToolTipManager.sharedInstance().setInitialDelay(delay); 74 return delay;
|
H A D | ListCellOverlay.java | 210 * The initial delay after hovering over the list before an overlay appears. 379 * Gets the initial delay after hovering over the list before an overlay of 436 * Sets the initial delay after hovering over the list before an overlay of 439 public void setDelay(int delay) { argument 440 timer.setInitialDelay(delay);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/ |
H A D | TimeModelUpdater.java | 50 public TimeModelUpdater(int delay, TimeModel... clocks) { argument 52 delay_ = delay;
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/view/ |
H A D | BusyIndicator.java | 53 * The delay between them can be set using the {@link #setDelay} method. It is 70 * Gets the delay (in milliseconds) to wait in the initial stage before 95 * Sets the delay (in milliseconds) to wait in the initial stage before 98 void setDelay(int delay); argument 103 * delay}, {@link #getActions actions}, etc.) are reset to their defaults.
|
H A D | SimpleBusyIndicator.java | 35 private int delay; field in class:SimpleBusyIndicator 51 return delay; 70 public void setDelay(int delay) { argument 71 this.delay = delay;
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/glass/ |
H A D | BusyGlassPane.java | 145 public void setDelay(int delay) { argument 148 animator.setStartDelay(delay);
|
/solaris-userland-s11u3/components/jansson/doc/html/_static/ |
H A D | underscore.js | 22 c){var d={};c||(c=b.identity);return function(){var e=c.apply(this,arguments);return b.has(d,e)?d[e]:d[e]=a.apply(this,arguments)}};b.delay=function(a,b){var d=i.call(arguments,2);return setTimeout(function(){return a.apply(a,d)},b)};b.defer=function(a){return b.delay.apply(b,[a,1].concat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=false},c);return function(){d=this;e=arguments;var b;f||(f=setTimeout(function(){f=null;h&&a.apply(d,e);i()},c));g?h=true:
|
Completed in 27 milliseconds