Uses of Enum Class
ru.cg.webbpm.studio.platform.api.wm.ToolWindowAnchor
Packages that use ToolWindowAnchor
-
Uses of ToolWindowAnchor in ru.cg.webbpm.studio.platform.api.wm
Methods in ru.cg.webbpm.studio.platform.api.wm that return ToolWindowAnchorModifier and TypeMethodDescriptionToolWindow.getAnchor()
static ToolWindowAnchor
Returns the enum constant of this class with the specified name.static ToolWindowAnchor[]
ToolWindowAnchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.platform.api.wm with parameters of type ToolWindowAnchorModifier and TypeMethodDescriptionToolWindowManager.newToolWindow
(javafx.scene.Parent pane, ToolWindowAnchor anchor, String title, javafx.scene.image.Image icon) ToolWindowManager.newToolWindow
(javafx.scene.Parent pane, ToolWindowAnchor anchor, String title, javafx.scene.image.Image icon, javafx.scene.control.Label label) -
Uses of ToolWindowAnchor in ru.cg.webbpm.studio.platform.impl.wm
Methods in ru.cg.webbpm.studio.platform.impl.wm that return ToolWindowAnchorMethods in ru.cg.webbpm.studio.platform.impl.wm with parameters of type ToolWindowAnchorModifier and TypeMethodDescriptionToolWindowManagerImpl.newToolWindow
(javafx.scene.Parent pane, ToolWindowAnchor anchor, String title, javafx.scene.image.Image icon) ToolWindowManagerImpl.newToolWindow
(javafx.scene.Parent pane, ToolWindowAnchor anchor, String title, javafx.scene.image.Image icon, javafx.scene.control.Label label) Constructors in ru.cg.webbpm.studio.platform.impl.wm with parameters of type ToolWindowAnchorModifierConstructorDescriptionToolWindowImpl
(javafx.scene.Parent pane, ToolWindowAnchor anchor, String title, javafx.scene.image.Image icon, javafx.scene.control.Label label, IdeStage ideStage)