Uses of Class
net.talvi.puffinplot.PuffinApp

Packages that use PuffinApp
net.talvi.puffinplot   
net.talvi.puffinplot.window   
 

Uses of PuffinApp in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return PuffinApp
static PuffinApp PuffinApp.getInstance()
          Returns the single instance of PuffinApp.
 

Methods in net.talvi.puffinplot with parameters of type PuffinApp
static void AppleListener.initialize(PuffinApp puffinApp)
          Instantiates a new AppleListener, which will send events to the supplied PuffinApp instance.
 

Constructors in net.talvi.puffinplot with parameters of type PuffinApp
PuffinPrefs(PuffinApp app)
          Instantiates a set of PuffinPlot preferences for the specified PuffinApp instance.
 

Uses of PuffinApp in net.talvi.puffinplot.window
 

Constructors in net.talvi.puffinplot.window with parameters of type PuffinApp
TabularImportWindow(PuffinApp app)
          Creates a new tabular import window.