public interface ToolWindowEx extends ToolWindow
ToolWindow.Border
SHOW_CONTENT_ICON
Modifier and Type | Method and Description |
---|---|
InternalDecorator |
getDecorator() |
ToolWindowType |
getInternalType() |
Project |
getProject() |
void |
setAdditionalGearActions(ActionGroup additionalGearActions) |
void |
setTabActions(AnAction... actions) |
void |
setTabDoubleClickActions(java.util.List<AnAction> actions) |
void |
setTitleActions(AnAction... actions) |
default void |
setUseLastFocusedOnActivation(boolean focus)
Deprecated.
Not used.
|
void |
stretchHeight(int value) |
void |
stretchWidth(int value) |
activate, activate, activate, addContentManagerListener, getActivation, getAnchor, getComponent, getContentManager, getContentManagerIfCreated, getContentUiType, getDisposable, getHelpId, getIcon, getId, getStripeTitle, getTitle, getType, hide, hide, installWatcher, isActive, isAutoHide, isAvailable, isDisposed, isShowStripeButton, isSplitMode, isVisible, remove, setAnchor, setAutoHide, setAvailable, setAvailable, setContentUiType, setDefaultContentUiType, setDefaultState, setHelpId, setIcon, setShowStripeButton, setSplitMode, setStripeTitle, setTitle, setToHideOnEmptyContent, setType, show, show, showContentPopup
ToolWindowType getInternalType()
java.lang.IllegalStateException
- if tool window isn't installed.Project getProject()
void stretchWidth(int value)
void stretchHeight(int value)
InternalDecorator getDecorator()
void setAdditionalGearActions(ActionGroup additionalGearActions)
void setTitleActions(AnAction... actions)
void setTabActions(AnAction... actions)
void setTabDoubleClickActions(java.util.List<AnAction> actions)
@Deprecated default void setUseLastFocusedOnActivation(boolean focus)