代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/127767/14335809
txt e1024. finding a node in a jtree component.txt
// Create tree
JTree tree = new JTree();
// Search forward from first visible row looking for any visible node
// whose name starts with prefix.
int startRow = 0;
String
www.eeworm.com/read/127767/14336123
txt e972. finding word boundaries in a jtextcomponent.txt
This example demonstrates an action that selects the word adjacent to the caret. If the caret is adjacent to two words, the word following the caret is selected. The implementation uses BreakIterator.
www.eeworm.com/read/127767/14336177
txt e615. finding the next focusable component.txt
public Component findNextFocus() {
// Find focus owner
Component c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
Container root = c == null ? null
www.eeworm.com/read/127767/14336669
txt e360. finding an element in a sorted array.txt
This example also works if the object is a primitive type.
int index = Arrays.binarySearch(sortedArray, object);
if (index < 0) {
// not found
}
www.eeworm.com/read/127767/14336900
txt e362. finding an element in a sorted list.txt
// Create a list with an ordered list of strings
List sortedList = new LinkedList();
sortedList.addAll(Arrays.asList(new String[]{"ant", "bat", "cat", "dog"}));
// Search for the
www.eeworm.com/read/127767/14336960
txt e862. finding a key binding in a component.txt
Home > List of Packages > javax.swing [141 examples] > Keystrokes and Input Maps [6 examples]
e862. Finding a Key Binding in a Component
This example searches all of a component's inputmaps and
www.eeworm.com/read/127767/14337308
txt e417. finding a preference in a preference tree.txt
There is no efficient method for finding a key in a preference node. All the nodes must be traversed and checked for the presence of the key. This example implements such a method.
This example can
www.eeworm.com/read/391726/8387488
txt tred2.txt
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
var
I,J,K,L:integer; H,F,G,SCALE1,ZZ,HH:real;
begin
If N > 1 Then
begin
www.eeworm.com/read/192256/8394404
txt tred2.txt
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
var
I,J,K,L:integer; H,F,G,SCALE1,ZZ,HH:real;
begin
If N > 1 Then
begin
www.eeworm.com/read/387489/8673026
txt tred2.txt
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
var
I,J,K,L:integer; H,F,G,SCALE1,ZZ,HH:real;
begin
If N > 1 Then
begin