hamlet
Class HamletView

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.View
          extended by org.jdesktop.application.FrameView
              extended by hamlet.HamletView

public class HamletView
extends org.jdesktop.application.FrameView

The application's main frame.


Field Summary
 javax.swing.JFrame frame
           
 
Constructor Summary
HamletView(org.jdesktop.application.SingleFrameApplication app)
           
 
Method Summary
 void clear()
           
 void showAboutBox()
           
 void showGraph()
           
 void showGraphFrame()
           
 void showSample()
           
 
Methods inherited from class org.jdesktop.application.FrameView
getFrame, getRootPane, setFrame
 
Methods inherited from class org.jdesktop.application.View
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public javax.swing.JFrame frame
Constructor Detail

HamletView

public HamletView(org.jdesktop.application.SingleFrameApplication app)
Method Detail

showAboutBox

@Action
public void showAboutBox()

showGraph

@Action
public void showGraph()

showSample

@Action
public void showSample()
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

showGraphFrame

@Action
public void showGraphFrame()

clear

@Action
public void clear()