org.bs.mdi.swing
Class SwingDefaultCommands

java.lang.Object
  extended byorg.bs.mdi.swing.SwingDefaultCommands

public class SwingDefaultCommands
extends Object

SwingDefaultCommands - a default set of commands


Constructor Summary
SwingDefaultCommands()
           
 
Method Summary
 SwingCommand getEditCopyCommand()
           
 SwingCommand getEditCutCommand()
           
 SwingCommand getEditDeleteCommand()
           
 SwingCommand getEditPasteCommand()
           
 SwingCommand getEditRedoCommand()
           
 SwingCommand getEditUndoCommand()
           
 SwingCommand getFileCloseCommand()
           
 SwingCommand getFileNewCommand()
           
 SwingCommand getFileOpenCommand()
           
 SwingCommand getFilePrintCommand()
           
 SwingCommand getFilePrintPreviewCommand()
           
 SwingCommand getFilePrintSetupCommand()
           
 SwingCommand getFileQuitCommand()
           
 SwingCommand getFileSaveAsCommand()
           
 SwingCommand getFileSaveCommand()
           
 SwingCommand getShowEditMenuCommand()
           
 SwingCommand getShowFileExportMenuCommand()
           
 SwingCommand getShowFileMenuCommand()
           
 SwingCommand getShowFileRecentMenuCommand()
           
 SwingCommand getShowWindowMenuCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingDefaultCommands

public SwingDefaultCommands()
Method Detail

getShowFileMenuCommand

public SwingCommand getShowFileMenuCommand()

getShowEditMenuCommand

public SwingCommand getShowEditMenuCommand()

getShowWindowMenuCommand

public SwingCommand getShowWindowMenuCommand()

getFileNewCommand

public SwingCommand getFileNewCommand()

getFileOpenCommand

public SwingCommand getFileOpenCommand()

getShowFileRecentMenuCommand

public SwingCommand getShowFileRecentMenuCommand()

getFileSaveCommand

public SwingCommand getFileSaveCommand()

getFileSaveAsCommand

public SwingCommand getFileSaveAsCommand()

getShowFileExportMenuCommand

public SwingCommand getShowFileExportMenuCommand()

getFilePrintSetupCommand

public SwingCommand getFilePrintSetupCommand()

getFilePrintPreviewCommand

public SwingCommand getFilePrintPreviewCommand()

getFilePrintCommand

public SwingCommand getFilePrintCommand()

getFileCloseCommand

public SwingCommand getFileCloseCommand()

getFileQuitCommand

public SwingCommand getFileQuitCommand()

getEditUndoCommand

public SwingCommand getEditUndoCommand()

getEditRedoCommand

public SwingCommand getEditRedoCommand()

getEditCopyCommand

public SwingCommand getEditCopyCommand()

getEditCutCommand

public SwingCommand getEditCutCommand()

getEditPasteCommand

public SwingCommand getEditPasteCommand()

getEditDeleteCommand

public SwingCommand getEditDeleteCommand()