OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toolitem
(Results
1 - 5
of
5
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/
ToolItemAction.java
23
import org.eclipse.swt.widgets.
ToolItem
;
26
* Wrapper around {@link
ToolItem
} to implement {@link ICommonAction}
29
public
ToolItem
item;
32
item = new
ToolItem
(parent, style);
57
* {@link SelectionListener#widgetSelected(SelectionEvent)} on the wrapped {@link
ToolItem
}).
ICommonAction.java
21
* components to access
ToolItem
or Action the same way.
/sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java
29
import org.eclipse.swt.widgets.
ToolItem
;
36
private
ToolItem
mDropdown;
41
public DropdownSelectionListener(
ToolItem
item) {
69
ToolItem
item = (
ToolItem
) e.widget;
UIThread.java
94
import org.eclipse.swt.widgets.
ToolItem
;
172
private
ToolItem
mTBShowThreadUpdates;
173
private
ToolItem
mTBShowHeapUpdates;
174
private
ToolItem
mTBHalt;
175
private
ToolItem
mTBCauseGc;
176
private
ToolItem
mTBDumpHprof;
177
private
ToolItem
mTBProfiling;
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 136 milliseconds