Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Tool Windows

Basics

What was a derivative of org.esa.beam.framework.ui.application.support.AbstractToolView

public class ${NAME}ToolView extends AbstractToolView {
   ...
}

becomes a derivative of org.openide.windows.TopComponent:

public class ${NAME}TopComponent extends TopComponent {
   ...
}

 

References

 

 

 

  • No labels