Class BasicView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Disposable, PopupMenuFactory
Direct Known Subclasses:
ProductPlacemarkView, ProductSceneView

public abstract class BasicView extends JPanel implements PopupMenuFactory, Disposable
The base class for application view panes. It provides support for a context menu and command handling.
See Also:
  • Constructor Details

    • BasicView

      public BasicView()
      Creates a new BasicView with a double buffer and a flow layout.
  • Method Details

    • dispose

      public void dispose()
      Releases all of the resources used by this view, its subcomponents, and all of its owned children.
      Specified by:
      dispose in interface Disposable
    • getSelectionContext

      public com.bc.ceres.swing.selection.SelectionContext getSelectionContext()
      Gets the current selection context, if any.
      Returns:
      The current selection context, or null if none exists.
      Since:
      BEAM 4.7