Example usage for org.eclipse.jface.viewers ICheckStateListener interface-usage

List of usage examples for org.eclipse.jface.viewers ICheckStateListener interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ICheckStateListener interface-usage.

Usage

From source file backup.gui.CheckStateListener.java

/**
 * This class handles the logic for checking / unchecking / greying items 
 * in the file tree.
 * 
 * If a parent is checked - children should be grey checked or unchecked, etc.
 * 

From source file ca.mcgill.sable.soot.ui.AnalysisTypeView.java

public class AnalysisTypeView extends ViewPart implements ICheckStateListener {

    private CheckboxTableViewer viewer;
    private ArrayList inputTypes;
    private boolean allTypesChecked;
    private ArrayList typesChecked;

From source file ch.hsr.ifs.cutelauncher.ui.LibReferencePage.java

/**
 * @author Emanuel Graf
 *
 */
public class LibReferencePage extends MBSCustomPage implements ICheckStateListener {

From source file com.android.ide.eclipse.adt.internal.editors.layout.properties.FlagXmlPropertyDialog.java

class FlagXmlPropertyDialog extends ResizableDialog
        implements IStructuredContentProvider, ICheckStateListener, SelectionListener, KeyListener {
    private final String mTitle;
    private final XmlProperty mProperty;
    private final String[] mFlags;
    private final boolean mIsRadio;

From source file com.android.ide.eclipse.adt.internal.wizards.newproject.ImportPage.java

/** WizardPage for importing Android projects */
class ImportPage extends WizardPage implements SelectionListener, IStructuredContentProvider, ICheckStateListener,
        KeyListener, TraverseListener, ControlListener {
    private static final int DIR_COLUMN = 0;
    private static final int NAME_COLUMN = 1;

From source file com.android.ide.eclipse.auidt.internal.editors.layout.properties.FlagXmlPropertyDialog.java

class FlagXmlPropertyDialog extends ResizableDialog
        implements IStructuredContentProvider, ICheckStateListener, SelectionListener, KeyListener {
    private final String mTitle;
    private final XmlProperty mProperty;
    private final String[] mFlags;
    private final boolean mIsRadio;

From source file com.android.ide.eclipse.auidt.internal.wizards.newproject.ImportPage.java

/** WizardPage for importing Android projects */
class ImportPage extends WizardPage implements SelectionListener, IStructuredContentProvider, ICheckStateListener,
        ILabelProvider, IColorProvider {
    private final NewProjectWizardState mValues;
    private List<ImportedProject> mProjectPaths;
    private final IProject[] mExistingProjects;

From source file com.aptana.ide.core.ui.preferences.ProjectNaturesPage.java

/**
 * Project property page for viewing and modifying the project natures.
 * 
 * @since Aptana Studio 1.2.4
 */

From source file com.aptana.ide.installer.wizard.PluginsTreeViewer.java

/**
 * @author Michael Xia (mxia@aptana.com)
 */
public class PluginsTreeViewer implements ICheckStateListener {

    public static interface Listener {

From source file com.aptana.ui.properties.ProjectNaturesPage.java

@SuppressWarnings("restriction")
public class ProjectNaturesPage extends PropertyPage
        implements IWorkbenchPropertyPage, ICheckStateListener, SelectionListener {
    private CheckboxTableViewer fTableViewer;
    private MenuItem fSetPrimaryMenuItem;
    private Button fMakePrimaryButton;