Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:commentField
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H
A
D
BundleGroupEditDialog.java
38
JTextField
commentField
= new JTextField("");
field in BundleGroupEditDialog
69
group.setComment(
commentField
.getText().trim());
in editGroup()
88
commentField
.setColumns(30);
in initComponents()
91
commentField
.setText(group.getComment());
in initComponents()
95
box2.add(commentLabel); box2.add(
commentField
);
in initComponents()
H
A
D
BundleGroupCreationDialog.java
39
JTextField
commentField
= new JTextField("");
field in BundleGroupCreationDialog
53
return rbm.createGroup(nameField.getText().trim(),
commentField
.getText().trim());
in createGroup()
87
commentField
.setColumns(30);
in initComponents()
91
box2.add(commentLabel); box2.add(
commentField
);
in initComponents()
H
A
D
BundleItemCreationDialog.java
52
JTextField
commentField
= new JTextField("");
field in BundleItemCreationDialog
102
commentField
.getText().trim(), lookupHash);
in createItem()
118
commentField
.getText().trim(), lookupHash);
in editItem()
124
commentField
.setText("");
in clearComponents()
193
if (item.getComment() != null)
commentField
.setText(item.getComment());
in initComponents()
269
commentField
.setColumns(30);
in initComponents()
276
box4.add(commentLabel); box4.add(
commentField
);
in initComponents()
H
A
D
ResourceCreationDialog.java
47
JTextField
commentField
= new JTextField("");
field in ResourceCreationDialog
92
boolean ret = rbm.createResource(titleField.getText().trim(),
commentField
.getText().trim(), managerField.getText().trim(),
in createResource()
129
commentField
.setColumns(30);
in initComponents()
141
infoCommentPanel.add(commentLabel); infoCommentPanel.add(
commentField
);
in initComponents()
H
A
D
BundleItemDialog.java
58
JTextField
commentField
;
field in BundleItemDialog
107
commentField
= new JTextField(item.getComment());
in initComponents()
139
//
commentField
.setPreferredSize(rightDim);
in initComponents()
140
commentField
.setColumns(30);
in initComponents()
193
box3.add(commentLabel); box3.add(
commentField
);
in initComponents()
252
item.setComment(
commentField
.getText());
in actionPerformed()
Completed in 3 milliseconds