|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.common.application.document.AbstractWorkspace
com.l2fprod.common.application.document.TabbedWorkspace
public class TabbedWorkspace
A workspace which shows VisualWorkspaceDocuments in tabs.
Constructor Summary | |
---|---|
TabbedWorkspace()
|
Method Summary | |
---|---|
protected void |
documentChanged(WorkspaceDocument document,
java.beans.PropertyChangeEvent event)
Called whenever a property is changed in the Document |
protected void |
documentClosed(WorkspaceDocument document)
Called once the document has been closed. |
protected void |
documentOpened(WorkspaceDocument document)
Called once the document has been opened in this workspace. |
java.awt.Component |
getVisualComponent()
|
void |
setSelected(WorkspaceDocument document)
Selects the given document in the workspace. |
Methods inherited from class com.l2fprod.common.application.document.AbstractWorkspace |
---|
close, getDocuments, getSelected, open, save |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabbedWorkspace()
Method Detail |
---|
public java.awt.Component getVisualComponent()
public void setSelected(WorkspaceDocument document) throws java.beans.PropertyVetoException
Workspace
setSelected
in interface Workspace
setSelected
in class AbstractWorkspace
java.beans.PropertyVetoException
- if the previously selected document
prevents another document from being selectedprotected void documentOpened(WorkspaceDocument document)
AbstractWorkspace
documentOpened
in class AbstractWorkspace
protected void documentClosed(WorkspaceDocument document)
AbstractWorkspace
documentClosed
in class AbstractWorkspace
protected void documentChanged(WorkspaceDocument document, java.beans.PropertyChangeEvent event)
AbstractWorkspace
documentChanged
in class AbstractWorkspace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |