public interface DiagramEditorDock
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the dock hiding its content.
|
void |
destroy()
Destroy the dock removing it from AppFormer's docks configuration.
|
void |
init(String owningPerspectiveId)
Initialise dock registering it with AppFormer's docks configuration.
|
void |
open()
Open the dock showing its content.
|
void init(String owningPerspectiveId)
owningPerspectiveId - PerspectiveId for the perspective on which the dock should appear.void destroy()
void open()
void close()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.