mappingmicroarrayprobestotheratgenomeviaapersistentindex
Class MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp

java.lang.Object
  extended by SingleFrameApplication
      extended by mappingmicroarrayprobestotheratgenomeviaapersistentindex.MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp

public class MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp
extends SingleFrameApplication

This is the main class which is used to launch the application


Constructor Summary
MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp()
           
 
Method Summary
protected  void configureWindow(java.awt.Window root)
          This method is to initialize the specified window by injecting resources.
static MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp getApplication()
          A convenient static getter for the application instance.
static void main(java.lang.String[] args)
          Main method launching the application.
protected  void startup()
          At startup create and show the main frame of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp

public MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp()
Method Detail

startup

protected void startup()
At startup create and show the main frame of the application.


configureWindow

protected void configureWindow(java.awt.Window root)
This method is to initialize the specified window by injecting resources. Windows shown in our application come fully initialized from the GUI builder, so this additional configuration is not needed.


getApplication

public static MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp getApplication()
A convenient static getter for the application instance.

Returns:
the instance of MappingMicroarrayProbestotheRatGenomeviaaPersistentIndexApp

main

public static void main(java.lang.String[] args)
Main method launching the application.