Tabnine Logo
Composite.isDisposed
Code IndexAdd Tabnine to your IDE (free)

How to use
isDisposed
method
in
org.eclipse.swt.widgets.Composite

Best Java code snippets using org.eclipse.swt.widgets.Composite.isDisposed (Showing top 20 results out of 477)

origin: pentaho/pentaho-kettle

public boolean isExecutionResultsPaneVisible() {
 return extraViewComposite != null && !extraViewComposite.isDisposed();
}
origin: pentaho/pentaho-kettle

public boolean isExecutionResultsPaneVisible() {
 return extraViewComposite != null && !extraViewComposite.isDisposed();
}
origin: pentaho/pentaho-kettle

public void layoutPerfComposite() {
 if ( !perfComposite.isDisposed() ) {
  perfComposite.layout( true, true );
 }
}
origin: pentaho/pentaho-kettle

public void layoutMetricsComposite() {
 if ( !metricsComposite.isDisposed() ) {
  metricsComposite.layout( true, true );
 }
}
origin: pentaho/pentaho-kettle

public void layoutMetricsComposite() {
 if ( !metricsComposite.isDisposed() ) {
  metricsComposite.layout( true, true );
 }
}
origin: pentaho/pentaho-kettle

public void unEdit() {
 if ( text != null && !text.isDisposed() ) {
  text.dispose();
 }
 if ( combo != null && !combo.isDisposed() ) {
  combo.dispose();
 }
}
origin: pentaho/pentaho-kettle

public void run() {
 if ( perfComposite != null
  && !perfComposite.isDisposed() && canvas != null && !canvas.isDisposed() && transPerfTab != null
  && !transPerfTab.isDisposed() ) {
  if ( transPerfTab.isShowing() ) {
   updateCanvas();
  }
 }
}
origin: pentaho/pentaho-kettle

 public void run() {
  if ( metricsComposite != null && !metricsComposite.isDisposed() && canvas != null && !canvas.isDisposed()
    && jobMetricsTab != null && !jobMetricsTab.isDisposed() ) {
   if ( jobMetricsTab.isShowing() ) {
    canvas.redraw();
   }
  }
 }
} );
origin: pentaho/pentaho-kettle

 public void run() {
  if ( metricsComposite != null
   && !metricsComposite.isDisposed() && canvas != null && !canvas.isDisposed() && transMetricsTab != null
   && !transMetricsTab.isDisposed() ) {
   if ( transMetricsTab.isShowing() ) {
    canvas.redraw();
   }
  }
 }
} );
origin: pentaho/pentaho-kettle

if ( previewComposite == null || previewComposite.isDisposed() ) {
 return;
origin: pentaho/pentaho-kettle

@Override
public void hide() {
 if ( closing || dialog.getMainArea().isDisposed() || getParentShell( getParent() ).isDisposed()
   || ( getParent() instanceof SwtDialog && ( (SwtDialog) getParent() ).isDisposing() ) ) {
  return;
 }
 // Save the window location & size in the Kettle world...
 //
 WindowProperty windowProperty = new WindowProperty( getShell() );
 PropsUI.getInstance().setScreen( windowProperty );
 super.hide();
}
origin: pentaho/pentaho-kettle

if ( perfComposite.isDisposed() ) {
 return;
origin: pentaho/pentaho-kettle

public void addTransPerf() {
 if ( transGraph.extraViewComposite == null || transGraph.extraViewComposite.isDisposed() ) {
  transGraph.addExtraView();
 } else {
origin: pentaho/pentaho-kettle

/**
 * Add a grid with the execution metrics per step in a table view
 *
 */
public void addJobGrid() {
 // First, see if we need to add the extra view...
 //
 if ( jobGraph.extraViewComposite == null || jobGraph.extraViewComposite.isDisposed() ) {
  jobGraph.addExtraView();
 } else {
  if ( jobGridTab != null && !jobGridTab.isDisposed() ) {
   // just set this one active and get out...
   //
   jobGraph.extraViewTabFolder.setSelection( jobGridTab );
   return;
  }
 }
 jobGridTab = new CTabItem( jobGraph.extraViewTabFolder, SWT.NONE );
 jobGridTab.setImage( GUIResource.getInstance().getImageShowGrid() );
 jobGridTab.setText( BaseMessages.getString( PKG, "Spoon.TransGraph.GridTab.Name" ) );
 addControls();
 jobGridTab.setControl( wTree );
 jobGraph.extraViewTabFolder.setSelection( jobGridTab );
}
origin: pentaho/pentaho-kettle

if ( transGraph.extraViewComposite == null || transGraph.extraViewComposite.isDisposed() ) {
 transGraph.addExtraView();
} else {
origin: pentaho/pentaho-kettle

public void addTransMetrics() {
 if ( transGraph.extraViewComposite == null || transGraph.extraViewComposite.isDisposed() ) {
  transGraph.addExtraView();
 } else {
origin: pentaho/pentaho-kettle

public void addJobMetrics() {
 if ( jobGraph.extraViewComposite == null || jobGraph.extraViewComposite.isDisposed() ) {
  jobGraph.addExtraView();
 } else {
origin: pentaho/pentaho-kettle

public void addTransHistory() {
 if ( transGraph.extraViewComposite == null || transGraph.extraViewComposite.isDisposed() ) {
  transGraph.addExtraView();
 } else {
origin: pentaho/pentaho-kettle

public void addJobHistory() {
 if ( jobGraph.extraViewComposite == null || jobGraph.extraViewComposite.isDisposed() ) {
  jobGraph.addExtraView();
 } else {
origin: pentaho/pentaho-kettle

public void addJobLog() {
 if ( jobGraph.extraViewComposite == null || jobGraph.extraViewComposite.isDisposed() ) {
  jobGraph.addExtraView();
 } else {
org.eclipse.swt.widgetsCompositeisDisposed

Popular methods of Composite

  • setLayout
    Sets the layout which is associated with the receiver to be the argument which may be null.
  • <init>
    Constructs a new instance of this class given its parent and a style value describing its behavior a
  • setLayoutData
  • layout
    Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarc
  • getDisplay
  • getChildren
    Returns a (possibly empty) array containing the receiver's children. Children are returned in the or
  • getShell
  • getFont
  • getLayout
    Returns layout which is associated with the receiver, or null if one has not been set.
  • setFont
  • getParent
  • computeSize
  • getParent,
  • computeSize,
  • dispose,
  • setBackground,
  • getClientArea,
  • getBackground,
  • setVisible,
  • setSize,
  • setData

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • From CI to AI: The AI layer in your organization
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