uk.ac.man.bioinf.gui.viewer
Class Install
java.lang.Object
|
+--uk.ac.man.bioinf.gui.viewer.Install
- All Implemented Interfaces:
- EventListener, PropertyChangeListener
- public class Install
- extends Object
- implements PropertyChangeListener
Install.java
This class provides the install information for the all of the
classes in the viewer package. It is needed because a Swing
component discovers its UIDelegate by a run time class lookup. The
standard Swing classes get this information from the UIManager
which in turn gets them from the LookAndFeel classes. Since we cant
over ride these this is managed here. At the moment the different
look and feels are not supported (which is to stay that the look
and feel remains the same always!). To get this class to work, just
load it, by calling Install.class.
Created: Wed Mar 15 17:03:43 2000
- Version:
- $Id: Install.java,v 1.3 2001/04/11 17:04:42 lord Exp $
- Author:
- Phillip Lord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Install
public Install()
installBasicLookAndFeel
public void installBasicLookAndFeel()
propertyChange
public void propertyChange(PropertyChangeEvent pce)
- Specified by:
propertyChange
in interface PropertyChangeListener