HomeSort by relevance Sort by last modified time
    Searched refs:Widget (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)
  /external/autotest/frontend/client/src/autotest/common/ui/
ElementWidget.java 5 import com.google.gwt.user.client.ui.Widget;
8 * A simple widget that wraps an HTML element. This allows the element to be
11 public class ElementWidget extends Widget {
RealHyperlink.java 5 import com.google.gwt.user.client.ui.Widget;
7 public class RealHyperlink extends Widget {
SimpleDialog.java 8 import com.google.gwt.user.client.ui.Widget;
15 public SimpleDialog(String title, Widget contents) {
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigWizardView.java 3 import com.google.gwt.user.client.ui.Widget;
14 * A Moblab configuration tab with a wizard widget.
36 public Widget getWidget() {
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigViewMode.java 5 import com.google.gwt.user.client.ui.Widget;
9 * A wizard view mode widget contains a list card. Each card show a title and
10 * card widget. The view mode widget also has a set of navigation buttons on
21 private Widget reloadModeWidget() {
41 public Widget display() {
42 Widget widget = reloadModeWidget(); local
47 return widget;
FlexWizardCard.java 7 import com.google.gwt.user.client.ui.Widget;
40 * Creates a widget for String value field based on mode.
42 protected Widget createValueFieldWidget(String fieldId, String value) {
46 protected Widget createStringValueFieldWidget(String fieldId, String value,
48 Widget widget; local
52 widget = textBox;
57 widget = createLabel(value);
59 widget.setStyleName("wizard-card-property-value");
60 return widget;
    [all...]
WizardCard.java 6 import com.google.gwt.user.client.ui.Widget;
47 * @return the root UI widget for the new mode.
49 public Widget switchToMode(ConfigWizard.Mode mode) {
71 protected void setCardContentWidget(Widget widget) {
72 pnlCard.setWidget(widget);
  /frameworks/base/core/java/android/annotation/
Widget.java 25 * Indicates a class is a widget usable by application developers to create UI.
29 * <li>The widget is not in the package <code>android.widget</code></li>
30 * <li>The widget extends <code>android.view.ViewGroup</code></li>
36 public @interface Widget {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieWidget.java 23 import com.androidplot.ui.widget.Widget;
31 public class PieWidget extends Widget {
  /external/autotest/frontend/client/src/autotest/common/table/
CheckboxFilter.java 9 import com.google.gwt.user.client.ui.Widget;
24 public Widget getWidget() {
Filter.java 6 import com.google.gwt.user.client.ui.Widget;
16 public abstract Widget getWidget();
18 // is this filter controlled by a user-facing widget?
LinkSetFilter.java 6 import com.google.gwt.user.client.ui.Widget;
22 public Widget getWidget() {
SimpleFilter.java 5 import com.google.gwt.user.client.ui.Widget;
35 public Widget getWidget() {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
EmptyWidget.java 17 package com.androidplot.ui.widget;
25 public class EmptyWidget extends Widget {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/
Widget.java 19 public class Widget extends com.foo.base.Widget {
22 private static final String CLASS = JAVA_ROOT + "/com/foo/Widget.java";
39 doSomethingMore(new Widget());
42 public void doSomethingMore(Widget value) {
  /external/python/cpython2/Demo/tkinter/matt/
rubber-band-box-demo-1.py 51 Widget.bind(self.canvasObject, "<Button-1>", self.mouseDown)
52 Widget.bind(self.canvasObject, "<Button1-Motion>", self.mouseMotion)
53 Widget.bind(self.canvasObject, "<Button1-ButtonRelease>", self.mouseUp)
  /external/autotest/frontend/client/src/autotest/afe/
LabelFilter.java 11 import com.google.gwt.user.client.ui.Widget;
42 public Widget getPlatformWidget() {
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetDisplay.java 11 import com.google.gwt.user.client.ui.Widget;
25 private void notifyParent(Widget w) {
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 17 package android.widget;
19 import android.annotation.Widget;
26 * {@link android.widget.TextView TextViews} elements (or subclasses) with the ID values
30 * (though it is typically a graphic View, such as {@link android.widget.ImageView ImageView})
42 @Widget
  /external/python/cpython2/Lib/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
422 """Define the widget layout for given style. If layoutspec is
532 class Widget(tkinter.Widget):
536 """Constructs a Ttk Widget with the parent master.
542 SCROLLABLE WIDGET OPTIONS
546 LABEL WIDGET OPTION
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
9 implementing a widget's behavior from the code implementing its
10 appearance. Widget class bindings are primarily responsible for
11 maintaining the widget state and invoking callbacks, all aspects
420 """Define the widget layout for given style. If layoutspec is
528 class Widget(Tkinter.Widget):
532 """Constructs a Ttk Widget with the parent master.
538 SCROLLABLE WIDGET OPTIONS
542 LABEL WIDGET OPTION
    [all...]

Completed in 498 milliseconds

12 3 4 5 6 7