|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ToolWindowTypeDescriptor
This is a markup interface for all ToolWindowTypeDescriptor. A ToolWindowTypeDescriptor is an interface to modify the behaviours of a specific tool window type.
ToolWindowType,
DockedTypeDescriptor,
FloatingTypeDescriptor| Method Summary | |
|---|---|
boolean |
isAnimating()
Returns whether the animations are enabled. |
boolean |
isAutoHide()
Returns the autoHide property value of the tool. |
boolean |
isEnabled()
Determines whether this mode is enabled. |
boolean |
isIdVisibleOnTitleBar()
Returns the "idVisibleOnTitleBar" property value. |
void |
setAnimating(boolean animating)
Enables or disables animations, depending on the value of the parameter animating. |
void |
setAutoHide(boolean autoHide)
This method is used to set the autoHide property for the tool. |
void |
setEnabled(boolean enabled)
Enables or disables this mode, depending on the value of the parameter enabled. |
void |
setIdVisibleOnTitleBar(boolean idVisibleOnTitleBar)
Sets if the toolwindow id has to be showed on the title bar when the toolwindow is docked (that is type == DOCKED). |
| Methods inherited from interface org.noos.xing.mydoggy.Observable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
void setAnimating(boolean animating)
animating.
animating - If true, animations are
enabled; otherwise animations are disabled.boolean isAnimating()
void setIdVisibleOnTitleBar(boolean idVisibleOnTitleBar)
idVisibleOnTitleBar - true if the toolwindow id has to be showed on the title bar.
tool has type ToolWindowType.DOCKED.false otherwise.isIdVisibleOnTitleBar()boolean isIdVisibleOnTitleBar()
true if the toolwindow id has to be showed on the title bar.
tool has type ToolWindowType.DOCKED.false otherwise.setIdVisibleOnTitleBar(boolean)void setAutoHide(boolean autoHide)
autoHide - true to hide the tool when the tool losts focus;
false to make inactive the tool when the tool losts focus.()boolean isAutoHide()
setAutoHide(boolean)void setEnabled(boolean enabled)
enabled. An enabled mode can used by user.
enabled - If true, this mode is
enabled; otherwise this mode is disabledisEnabled()boolean isEnabled()
true if the mode is enabled,
false otherwisesetEnabled(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||