org.esa.beam.visat.plugins
Class VersionCheckerVPI
java.lang.Object
org.esa.beam.visat.AbstractVisatPlugIn
org.esa.beam.visat.plugins.VersionCheckerVPI
- All Implemented Interfaces:
- VisatPlugIn
public class VersionCheckerVPI
- extends AbstractVisatPlugIn
|
Method Summary |
void |
start(VisatApp visatApp)
Called by VISAT after the plug-in instance has been registered in VISAT's plug-in manager. |
void |
updateComponentTreeUI()
Tells a plug-in to update its component tree (if any) since the Java look-and-feel has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionCheckerVPI
public VersionCheckerVPI()
start
public void start(VisatApp visatApp)
- Called by VISAT after the plug-in instance has been registered in VISAT's plug-in manager.
- Parameters:
visatApp - a reference to the VISAT application instance.
updateComponentTreeUI
public void updateComponentTreeUI()
- Tells a plug-in to update its component tree (if any) since the Java look-and-feel has changed.
If a plug-in uses top-level containers such as dialogs or frames, implementors of this method should invoke
SwingUtilities.updateComponentTreeUI() on such containers.
- Specified by:
updateComponentTreeUI in interface VisatPlugIn- Overrides:
updateComponentTreeUI in class AbstractVisatPlugIn
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.