org.acm.seguin.tools.install
Class PrettyPrinterConfigGUI

java.lang.Object
  extended by org.acm.seguin.tools.install.PrettyPrinterConfigGUI

public class PrettyPrinterConfigGUI
extends java.lang.Object

The GUI for configuring the pretty printer

Author:
Chris Seguin

Constructor Summary
PrettyPrinterConfigGUI(boolean commandLine)
          Constructor for the PrettyPrinterConfigGUI object
 
Method Summary
 void backup()
          Create a backup
protected  void initializeFrame(boolean live)
          Initialize the frame
static void main(java.lang.String[] args)
          The main program for the PrettyPrinterConfigGUI class
 void reload()
          Reloads all the values from the file
 void restore()
          Restore the backups
 void run()
          Main processing method for the PrettyPrinterConfigGUI object
 void save()
          Save the pretty printer stuff to a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrinterConfigGUI

public PrettyPrinterConfigGUI(boolean commandLine)
Constructor for the PrettyPrinterConfigGUI object

Method Detail

run

public void run()
Main processing method for the PrettyPrinterConfigGUI object


backup

public void backup()
Create a backup


restore

public void restore()
Restore the backups


save

public void save()
Save the pretty printer stuff to a file


reload

public void reload()
Reloads all the values from the file


initializeFrame

protected void initializeFrame(boolean live)
Initialize the frame


main

public static void main(java.lang.String[] args)
The main program for the PrettyPrinterConfigGUI class