congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
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

  • Reading from database using SQL prepared statement
  • runOnUiThread (Activity)
  • setScale (BigDecimal)
  • findViewById (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JPanel (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Sublime Text for Python
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