org.bs.mdi.swing
Interface SwingDocumentWindow

All Superinterfaces:
DocumentWindow, Window
All Known Implementing Classes:
TabDocumentWindow, TraditionalDocumentWindow

public interface SwingDocumentWindow
extends DocumentWindow

Interface for all document window implementations in org.bs.mdi.swing.


Method Summary
 SwingWindowCommand getWindowCommand()
          Gets the command which can be used to activate this window.
 
Methods inherited from interface org.bs.mdi.DocumentWindow
close, getDocument, getView, setEnabled, setView, setVisible, toFront
 
Methods inherited from interface org.bs.mdi.Window
getTitle, hide, repaint, setTitle, show
 

Method Detail

getWindowCommand

public SwingWindowCommand getWindowCommand()
Gets the command which can be used to activate this window. This command is usually accessible using the window menu.

Returns:
the window command