List of usage examples for org.eclipse.jface.action ControlContribution subclass-usage
From source file com.aptana.ui.actions.SearchToolbarControl.java
/** * @author Max Stepanov * */ public abstract class SearchToolbarControl extends ControlContribution implements Client {
From source file com.arc.cdt.debug.seecode.internal.ui.action.LabelContribution.java
class LabelContribution extends ControlContribution { private List<Label> fWidgets = new ArrayList<Label>(2); // One per DebugView private String fToolTip; private Font fFont = null; private String fText = null;
From source file com.byterefinery.rmbench.export.ChooseDBModelContribution.java
/** * a toolbar contribution item that allows the selection of a database connection from a drop down * list * @author cse */ class ChooseDBModelContribution extends ControlContribution {
From source file com.liferay.ide.ui.toolbar.ToolBarButtonContribution.java
/** * @author Steffen Pingel */ public abstract class ToolBarButtonContribution extends ControlContribution { public int marginLeft = 0;
From source file com.motorola.studio.android.codesnippets.SnippetsViewContributionItem.java
@SuppressWarnings("restriction") public class SnippetsViewContributionItem extends ControlContribution { private final SnippetsView view; public SnippetsViewContributionItem(SnippetsView view) { super("com.motorola.studio.android.codesnippets.search");
From source file com.motorola.studio.android.codesnippets.TooltipDisplayConfigContriutionItem.java
/**
* This {@link ControlContribution} adds the check box button which
* shows or hides the tooltip of the snippet.
*
* @see ControlContribution
* @see {@link AndroidSnippetsStartup}
From source file com.nokia.carbide.cpp.internal.pi.actions.TimeSetAction.java
public class TimeSetAction extends org.eclipse.jface.action.ControlContribution { double startTime = 0; double endTime = 0; private Text startTimeText;
From source file com.nokia.sdt.uidesigner.ui.actions.FilterPaletteContributionItem.java
public class FilterPaletteContributionItem extends ControlContribution { private Button button; private DesignerEditorPage editor; private IPartService service; private IPartListener partListener;
From source file com.nokia.sdt.uidesigner.ui.actions.LayoutSizeComboContributionItem.java
public class LayoutSizeComboContributionItem extends ControlContribution { private IWorkbenchPage page; private Combo combo; private boolean shouldShow = true; private IDesignerEditor editor;
From source file com.opera.widgets.ui.editor.toolbar.LabelControlContribution.java
/** * Language Combo that can be added to a Section Toolbar. */ public class LabelControlContribution extends ControlContribution { private String fValue;