OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Panel
(Results
1 - 25
of
85
) sorted by null
1
2
3
4
/external/autotest/frontend/client/src/autotest/afe/
RadioChooserDisplay.java
7
import com.google.gwt.user.client.ui.
Panel
;
10
private
Panel
container = new HorizontalPanel();
ControlTypeSelectDisplay.java
7
import com.google.gwt.user.client.ui.
Panel
;
14
private
Panel
panel
= new HorizontalPanel();
field in class:ControlTypeSelectDisplay
17
panel
.add(client);
18
panel
.add(server);
20
initWidget(
panel
);
HostSelectorDisplay.java
14
import com.google.gwt.user.client.ui.
Panel
;
30
private
Panel
availableTablePanel, selectedTablePanel;
44
Panel
hostnamePanel = new VerticalPanel();
50
Panel
lowerPanel = new HorizontalPanel();
57
Panel
labelPanel = new VerticalPanel();
58
Panel
labelTop = new HorizontalPanel();
62
Panel
labelBottom = new HorizontalPanel();
79
Panel
outerPanel = new VerticalPanel();
83
outerPanel.addStyleName("
panel
-boundedwidth");
TestSelectorDisplay.java
20
import com.google.gwt.user.client.ui.
Panel
;
46
Panel
testTypePanel = new HorizontalPanel();
51
Panel
testFilterPanel = new HorizontalPanel();
55
Panel
testInfoPanel = new VerticalPanel();
65
Panel
container = new VerticalPanel();
69
container.addStyleName("
panel
-boundedwidth");
JobOwnerFilter.java
16
import com.google.gwt.user.client.ui.
Panel
;
28
private
Panel
parentPanel;
41
Panel
selectUserPanel = new HorizontalPanel();
AbortSynchronousDialog.java
16
import com.google.gwt.user.client.ui.
Panel
;
42
Panel
contents = new VerticalPanel();
55
Panel
buttons = new HorizontalPanel();
/external/javassist/sample/rmi/
AlertDialog.java
16
Panel
p = new
Panel
();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
InfoDialog.java
16
import java.awt.
Panel
;
30
protected
Panel
bottom;
36
public
Panel
getBottom() {
57
bottom = new
Panel
();
/external/autotest/frontend/client/src/autotest/common/table/
RadioButtonSetFilter.java
6
import com.google.gwt.user.client.ui.
Panel
;
13
private
Panel
panel
;
field in class:RadioButtonSetFilter
22
public RadioButtonSetFilter(
Panel
panel
, String name) {
23
this.
panel
=
panel
;
30
return
panel
;
39
panel
.add(radioButton);
SearchFilter.java
12
import com.google.gwt.user.client.ui.
Panel
;
19
private
Panel
container = new FlowPanel();
DatetimeSegmentFilter.java
10
import com.google.gwt.user.client.ui.
Panel
;
19
protected
Panel
panel
;
field in class:DatetimeSegmentFilter
39
panel
= new HorizontalPanel();
40
panel
.add(fromLabel);
41
panel
.add(startDatetimeBox);
42
panel
.add(toLabel);
43
panel
.add(endDatetimeBox);
105
return
panel
;
/external/autotest/frontend/client/src/autotest/tko/
SpreadsheetHeaderSelectorView.java
14
import com.google.gwt.user.client.ui.
Panel
;
35
Panel
singleHeaderOptions = new VerticalPanel();
41
Panel
fixedValuePanel = new VerticalPanel();
45
Panel
panel
= new VerticalPanel();
local
46
panel
.add(stack);
47
panel
.add(fixedValuePanel);
48
panel
.add(multipleSelectToggle);
49
initWidget(
panel
);
WidgetList.java
8
import com.google.gwt.user.client.ui.
Panel
;
25
private
Panel
widgetPanel = new VerticalPanel();
38
Panel
outerPanel = new VerticalPanel();
TestLabelManager.java
21
import com.google.gwt.user.client.ui.
Panel
;
63
Panel
selectPanel = new VerticalPanel();
69
Panel
createPanel = new VerticalPanel();
75
Panel
buttonPanel = new HorizontalPanel();
79
Panel
dialogPanel = new VerticalPanel();
ParameterizedFieldListDisplay.java
14
import com.google.gwt.user.client.ui.
Panel
;
43
Panel
addFieldPanel = new HorizontalPanel();
56
Panel
container = new VerticalPanel();
CommonPanel.java
20
import com.google.gwt.user.client.ui.
Panel
;
54
private
Panel
allControlsPanel = RootPanel.get("common_all_controls");
82
Panel
titlePanel = new HorizontalPanel();
86
Panel
attributeFilters = new VerticalPanel();
91
Panel
commonFilterPanel = new VerticalPanel();
125
public static void setInstance(CommonPanel
panel
) {
126
theInstance =
panel
;
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetDisplay.java
9
import com.google.gwt.user.client.ui.
Panel
;
17
private
Panel
panel
= new SimplePanel();
field in class:EmbeddedSpreadsheetDisplay
22
initWidget(
panel
);
51
panel
.add(noResults);
57
panel
.add(spreadsheet);
/external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java
39
import com.google.gwt.user.client.ui.
Panel
;
169
public void initialize(HTMLPanel
panel
) {
173
Panel
profilerControls = new VerticalPanel();
189
Panel
controlEditPanel = new VerticalPanel();
194
Panel
controlHeaderPanel = new HorizontalPanel();
201
controlFilePanel.addStyleName("
panel
-boundedwidth");
203
// Setup the Advanced options
panel
208
Panel
priorityPanel = new HorizontalPanel();
214
Panel
timeoutPanel = new HorizontalPanel();
220
Panel
maxRuntimePanel = new HorizontalPanel()
[
all
...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java
23
import java.awt.
Panel
;
78
Panel
mainPanel = new
Panel
();
236
Panel
leftPanel = new
Panel
();
238
Panel
panel
= new
Panel
();
local
239
panel
.setLayout(new BorderLayout());
240
Panel
panel1 = new Panel()
[
all
...]
/external/autotest/frontend/client/src/autotest/common/ui/
DoubleListSelector.java
13
import com.google.gwt.user.client.ui.
Panel
;
21
private
Panel
container = new HorizontalPanel();
36
Panel
moveButtonPanel = new VerticalPanel();
42
Panel
reorderButtonPanel = new VerticalPanel();
TableSelectionPanel.java
9
import com.google.gwt.user.client.ui.
Panel
;
26
Panel
selectPanel = new HorizontalPanel();
CustomTabPanel.java
20
import com.google.gwt.user.client.ui.
Panel
;
35
protected
Panel
otherWidgetsPanel = new HorizontalPanel();
36
private
Panel
commonAreaPanel = new VerticalPanel();
76
// transfer the DeckPanel's class to the entire bottom
panel
115
container.setStyleName("custom-tab-
panel
");
167
public
Panel
getOtherWidgetsPanel() {
171
public
Panel
getCommonAreaPanel() {
TableActionsPanel.java
13
import com.google.gwt.user.client.ui.
Panel
;
39
Panel
mainPanel = new HorizontalPanel();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java
19
import java.awt.
Panel
;
45
the complications. After building a
panel
, and inserting all the
87
public static
Panel
createSpacer() {
88
Panel
spacer = new
Panel
();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java
23
import java.awt.
Panel
;
176
// IO
Panel
177
Panel
topPanel = new
Panel
();
217
Panel
rollAddPanel=new
Panel
();
221
Panel
rollAddBoxes = new
Panel
();
244
Panel
upDown = new
Panel
();
[
all
...]
Completed in 543 milliseconds
1
2
3
4