Interface ToolWindow
- All Known Implementing Classes:
ToolWindowImpl
public interface ToolWindow
- Author:
- Ildar
-
Method Details
-
getAnchor
ToolWindowAnchor getAnchor() -
getIcon
javafx.scene.image.Image getIcon() -
getTitle
String getTitle() -
getLabel
javafx.scene.control.Label getLabel() -
show
void show() -
hide
void hide() -
onShow
void onShow() -
getPane
javafx.scene.Parent getPane() -
addToolWindowEventListener
-