congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
AppContext.getApplicationPage
Code IndexAdd Tabnine to your IDE (free)

How to use
getApplicationPage
method
in
org.esa.beam.framework.ui.AppContext

Best Java code snippets using org.esa.beam.framework.ui.AppContext.getApplicationPage (Showing top 2 results out of 315)

origin: bcdev/beam

private SelectionManager getSelectionManager() {
  // on first access the selection manager is initialised
  // this can not be done in the constructor because, at the time it is called, the AppContext is not
  // fully initialised
  if (selectionManager == null) {
    selectionManager = getAppContext().getApplicationPage().getSelectionManager();
    // todo - this is needed to consistently update the enable state of the action
    // todo - probably a call to updateChange() is missing in the framework at the time the menu gets visible
    selectionManager.addSelectionChangeListener(this);
  }
  return selectionManager;
}
origin: bcdev/beam

private SelectionManager getSelectionManager() {
  if (selectionManager == null) {
    selectionManager = getAppContext().getApplicationPage().getSelectionManager();
    selectionManager.addSelectionChangeListener(this);
  }
  return selectionManager;
}
org.esa.beam.framework.uiAppContextgetApplicationPage

Popular methods of AppContext

  • getApplicationWindow
  • getPreferences
  • handleError
  • getSelectedProduct
  • getProductManager
  • getApplicationName
  • getSelectedProductSceneView

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now