|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasShowDelay
Interface for widgets that can have a delay when they are shown or hidden.
Method Summary | |
---|---|
int |
getHideDelay()
Gets the time to wait until the widget is hidden. |
int |
getShowDelay()
Gets the time to wait until the widget is shown. |
void |
setHideDelay(int delayInMilliseconds)
Sets the time to wait until the widget is hidden. |
void |
setShowDelay(int delayInMilliseconds)
Sets the time to wait until the widget is shown. |
Method Detail |
---|
void setShowDelay(int delayInMilliseconds)
delayInMilliseconds
- the delay in millisecondsint getShowDelay()
void setHideDelay(int delayInMilliseconds)
delayInMilliseconds
- the delay in millisecondsint getHideDelay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |