Codota Logo
Item.releaseParent
Code IndexAdd Codota to your IDE (free)

How to use
releaseParent
method
in
org.eclipse.swt.widgets.Item

Best Java code snippets using org.eclipse.swt.widgets.Item.releaseParent (Showing top 20 results out of 315)

  • Common ways to obtain Item
private void myMethod () {
Item i =
  • Codota Icon(Item) event.item
  • Codota IconTreeViewer treeViewer;treeViewer.scrollDown(int1, int2)
  • Codota IconTreeViewer treeViewer;treeViewer.scrollUp(int1, int2)
  • Smart code suggestions by Codota
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.aix.ppc

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.s390x

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.s390x

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.swt.cocoa.macosx/x86_64

void releaseParent () {
  super.releaseParent ();
//    parent.checkItems (true);
}

origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
void releaseParent () {
  super.releaseParent ();
  if (parent.sortColumn == this) {
    parent.sortColumn = null;
  }
}

origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
void releaseParent() {
 super.releaseParent();
 parent.destroyColumn( this );
}
origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
void releaseParent() {
 super.releaseParent();
 parent.destroyItem( this );
}
origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
void releaseParent() {
 super.releaseParent();
 parent.destroyColumn( this );
}
origin: org.eclipse.platform/org.eclipse.swt.gtk.aix.ppc

@Override
void releaseParent () {
  super.releaseParent ();
  if (menu != null) {
    if (menu.selectedItem == this) menu.selectedItem = null;
    menu.dispose ();
  }
  menu = null;
}

origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
void releaseParent() {
 super.releaseParent();
 parent.destroyItem( this );
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
void releaseParent () {
  super.releaseParent ();
  if (menu != null) menu.dispose ();
  menu = null;
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.s390x

@Override
void releaseParent () {
  super.releaseParent ();
  if (menu != null) {
    if (menu.selectedItem == this) menu.selectedItem = null;
    menu.dispose ();
  }
  menu = null;
}

origin: org.eclipse.swt.cocoa.macosx/x86_64

void releaseParent () {
  super.releaseParent ();
  setVisible (false);
}

origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
final void releaseParent() {
 super.releaseParent();
 parent.getAdapter( IItemHolderAdapter.class ).remove( this );
}
origin: org.eclipse.platform/org.eclipse.swt.gtk.aix.ppc

@Override
void releaseParent () {
  super.releaseParent ();
  int index = parent.indexOf (this);
  if (index == parent.getSelectionIndex ()) {
    if (control != null) control.setVisible (false);
  }
}

origin: org.eclipse.swt.cocoa.macosx/x86_64

void releaseParent () {
  super.releaseParent ();
  int index = parent.indexOf (this);
  if (index == parent.getSelectionIndex ()) {
    if (control != null) control.setVisible (false);
  }
}

origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
void releaseParent () {
  super.releaseParent ();
  int index = parent.indexOf (this);
  if (index == parent.getSelectionIndex ()) {
    if (control != null) control.setVisible (false);
  }
}

org.eclipse.swt.widgetsItemreleaseParent

Popular methods of Item

  • getData
  • setImage
    Sets the receiver's image to the argument, which may be null indicating that no image should be disp
  • getText
    Returns the receiver's text, which will be an empty string if it has never been set.
  • setText
    Sets the receiver's text. Note: If control characters like '\n', '\t' etc. are used in the string, t
  • dispose
  • isDisposed
  • setData
  • getImage
    Returns the receiver's image if it has one, or null if it does not.
  • checkWidget
  • getNameText
  • releaseWidget
  • reskinChildren
  • releaseWidget,
  • reskinChildren,
  • error,
  • releaseChildren,
  • releaseHandle,
  • deregister,
  • destroyWidget,
  • register,
  • release

Popular in Java

  • Making http requests using okhttp
  • runOnUiThread (Activity)
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • JButton (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now