Class FileNewAction

java.lang.Object
   |
   +----javax.swing.AbstractAction
           |
           +----FileNewAction

public class FileNewAction
extends AbstractAction
Creates a blank document for the user to edit.
View Source File


Constructor Index

 o FileNewAction(Mozart)

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o FileNewAction
 public FileNewAction(Mozart mz)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent event)
Overrides:
actionPerformed in class AbstractAction