@OpenApiAll public class ProjectWindow extends java.lang.Object implements WindowComponent
ProjectWindowsManager
(Accessible via
Application.getInstance().getMainFrame().getProjectWindowsManager()
)Constructor and Description |
---|
ProjectWindow(WindowComponentInfo info,
WindowComponentContent content)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addProjectWindowListener(ProjectWindowListener listener)
Register given project window listener to this project window.
|
void |
closed()
The method is called when project window is closed.
|
WindowComponentContent |
getContent()
Returns this project window content.
|
java.lang.String |
getId()
Returns id of this project window.
|
WindowComponentInfo |
getInfo()
Returns this project window info
|
void |
removeProjectWindowListener(ProjectWindowListener listener)
Unregister given project window listner from this project window.
|
public ProjectWindow(WindowComponentInfo info, WindowComponentContent content)
info
- info about this project window.content
- contents of this project window.public WindowComponentInfo getInfo()
getInfo
in interface WindowComponent
public java.lang.String getId()
public WindowComponentContent getContent()
getContent
in interface WindowComponent
public void addProjectWindowListener(ProjectWindowListener listener)
listener
- project window listener.public void removeProjectWindowListener(ProjectWindowListener listener)
listener
- project window listener.public final void closed()