net.sourceforge.pmd.util.viewer.gui

Class MainFrame

public class MainFrame extends JFrame implements ActionListener, ActionCommands, ViewerModelListener

viewer's main frame

Version: $Id: MainFrame.java 4724 2006-10-21 01:30:39Z xlv $

Author: Boris Gruschko ( boris at gruschko.org )

Constructor Summary
MainFrame()
constructs and shows the frame
Method Summary
voidactionPerformed(ActionEvent e)
voidviewerModelChanged(ViewerModelEvent e)

Constructor Detail

MainFrame

public MainFrame()
constructs and shows the frame

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)

viewerModelChanged

public void viewerModelChanged(ViewerModelEvent e)

See Also: viewerModelChanged