congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ObservableEvent.getSource
Code IndexAdd Tabnine to your IDE (free)

How to use
getSource
method
in
org.weasis.core.api.explorer.ObservableEvent

Best Java code snippets using org.weasis.core.api.explorer.ObservableEvent.getSource (Showing top 6 results out of 315)

origin: nroduit/Weasis

} else if (event.getSource() instanceof ViewerPlugin) {
  ViewerPlugin plugin = (ViewerPlugin) event.getSource();
  if (ObservableEvent.BasicAction.UPDTATE_TOOLBARS.equals(action)) {
    List toolaBars = selectedPlugin == null ? null : selectedPlugin.getToolBar();
    mainWindow.setSelectedPlugin(null);
} else if (event.getSource() instanceof DataExplorerView
  && ObservableEvent.BasicAction.NULL_SELECTION.equals(action)) {
  if (mainWindow.getSelectedPlugin() == null) {
origin: nroduit/Weasis

if (event.getSource() instanceof DicomModel) {
  DicomModel model = (DicomModel) event.getSource();
  for (MediaSeriesGroup s : model.getChildren(group)) {
    if (ecgview != null && ecgview.getSeries() == s) {
origin: nroduit/Weasis

if (event.getSource() instanceof DicomModel) {
  DicomModel model = (DicomModel) event.getSource();
  if (srview != null && group.equals(model.getParent(srview.getSeries(), DicomModel.study))) {
    close();
origin: nroduit/Weasis

if (event.getSource() instanceof DicomModel) {
  DicomModel model = (DicomModel) event.getSource();
  if (auview != null && group.equals(model.getParent(auview.getSeries(), DicomModel.study))) {
    close();
origin: nroduit/Weasis

if (event.getSource() instanceof DicomModel) {
  DicomModel model = (DicomModel) event.getSource();
  for (ViewCanvas<DicomImageElement> v : view2ds) {
    if (group.equals(model.getParent(v.getSeries(), DicomModel.study))) {
origin: nroduit/Weasis

if (event.getSource() instanceof DicomModel) {
  DicomModel model = (DicomModel) event.getSource();
  for (ViewCanvas<DicomImageElement> v : view2ds) {
    if (group.equals(model.getParent(v.getSeries(), DicomModel.study))) {
org.weasis.core.api.explorerObservableEventgetSource

Popular methods of ObservableEvent

  • <init>
  • getActionCommand
  • getNewValue

Popular in Java

  • Running tasks concurrently on multiple threads
  • runOnUiThread (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onRequestPermissionsResult (Fragment)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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