|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SlidingTypeDescriptor
This interface is used to modify the behaviours of SLIDING type.
ToolWindowType.SLIDING| Method Summary | |
|---|---|
int |
getTransparentDelay()
Returns the transparent delay. |
float |
getTransparentRatio()
Returns the transparent ratio. |
boolean |
isTransparentMode()
Returns the transparent mode. |
void |
setTransparentDelay(int transparentDelay)
Sets the transparent delay. |
void |
setTransparentMode(boolean transparentMode)
Sets the transparent mode. |
void |
setTransparentRatio(float transparentRatio)
Sets the transparent ratio. |
| Methods inherited from interface org.noos.xing.mydoggy.Observable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
void setTransparentMode(boolean transparentMode)
transparentMode - true to enable trasparent mode;
false to disable transparent mode.isTransparentMode(),
setTransparentRatio(float)boolean isTransparentMode()
true if the trasparent mode is enabled;
false otherwise.setTransparentMode(boolean)void setTransparentRatio(float transparentRatio)
transparentRatio - the transparent ratio.float getTransparentRatio()
void setTransparentDelay(int transparentDelay)
transparentDelay - the transparent delayint getTransparentDelay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||