org.fhcrc.cpl.toolbox
Class ApplicationContext.DefaultApplicationContext

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.ApplicationContext.DefaultApplicationContext
All Implemented Interfaces:
ApplicationContext.ApplicationContextProvider
Enclosing class:
ApplicationContext

public static class ApplicationContext.DefaultApplicationContext
extends java.lang.Object
implements ApplicationContext.ApplicationContextProvider

Command line host callback


Constructor Summary
ApplicationContext.DefaultApplicationContext()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void addPropertyChangeListener(java.lang.String name, java.beans.PropertyChangeListener listener)
           
 void errorMessage(java.lang.String message, java.lang.Throwable t)
           
 javax.swing.JFrame getFrame()
           
 java.lang.Object getProperty(java.lang.String name)
           
 void infoMessage(java.lang.String message)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 void status(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext.DefaultApplicationContext

public ApplicationContext.DefaultApplicationContext()
Method Detail

status

public void status(java.lang.String message)
Specified by:
status in interface ApplicationContext.ApplicationContextProvider

errorMessage

public void errorMessage(java.lang.String message,
                         java.lang.Throwable t)
Specified by:
errorMessage in interface ApplicationContext.ApplicationContextProvider

infoMessage

public void infoMessage(java.lang.String message)
Specified by:
infoMessage in interface ApplicationContext.ApplicationContextProvider

getFrame

public javax.swing.JFrame getFrame()
Specified by:
getFrame in interface ApplicationContext.ApplicationContextProvider

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface ApplicationContext.ApplicationContextProvider

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface ApplicationContext.ApplicationContextProvider

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface ApplicationContext.ApplicationContextProvider

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String name,
                                      java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface ApplicationContext.ApplicationContextProvider


Fred Hutchinson Cancer Research Center