org.esa.beam.visat.plugins
Class VersionCheckerVPI

java.lang.Object
  extended by org.esa.beam.visat.AbstractVisatPlugIn
      extended by org.esa.beam.visat.plugins.VersionCheckerVPI
All Implemented Interfaces:
VisatPlugIn

public class VersionCheckerVPI
extends AbstractVisatPlugIn


Constructor Summary
VersionCheckerVPI()
           
 
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 org.esa.beam.visat.AbstractVisatPlugIn
getResource, loadImageIcon, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCheckerVPI

public VersionCheckerVPI()
Method Detail

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.