Searched refs:previous (Results 101 - 110 of 110) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1979 * node replaces the previous node. If the specified element
2289 // revoke previous ownership
2745 void setAttrNode(AttrImpl attr, AttrImpl previous) { argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java1009 * next/previous word/sentence/character.
1151 int begin = iterator.previous();
3000 // If at a boundary, forward the event to the previous
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java1146 Entry e = work.previous();
H A DPackage.java1261 File file = i.previous();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java2112 int previous = tabRuns[getNextTabRun(currentRun)]-1;
2113 return (previous != -1? previous : tabCount-1);
2760 // the previous run would fit (generously) in this run; if so,
2779 // from the previous row...
2782 // Insert tab from previous row and shift rest over
2802 // check previous run next...
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java1958 final int previous = tabRuns[getNextTabRun(currentRun)] - 1;
1959 return (previous != -1 ? previous : tabCount - 1);
2589 // the previous run would fit (generously) in this run; if so,
2608 // from the previous row...
2611 // Insert tab from previous row and shift rest over
2631 // check previous run next...
/openjdk7/make/scripts/
H A Dwebrev.ksh748 // Set location and scroll back a little to expose previous
922 Use 'j' and 'k' for next and previous diffs; or use buttons
944 title="Go to previous Diff"
1824 # No specific parent means previous changeset is parent
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java570 * if any, that were set for the previous command.
767 // must be implemented, therefore, the previous fix for 5055528 is being backed out
809 // must be implemented, therefore, the previous fix for 5055528 is being backed out
1445 * <P>If an input stream from the previous row is open, it is
3645 * previous row and returns <code>true</code> if the cursor is on
3650 * Note: calling the method <code>previous()</code> is not the same
3652 * because it is possible to call <code>previous()</code> from the insert
3656 * The method <code>previous</code> may used in a <code>while</code>
3658 * and moving toward the beginning. The loop ends when <code>previous</code>
3664 * <code>previous</cod
3685 public boolean previous() throws SQLException { method in class:CachedRowSetImpl
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java1567 * accelerator key. Any previous key accelerator setting will be
2980 * next/previous word/sentence/character.
3123 int begin = iterator.previous();
3312 * next/previous word/sentence/character.
3483 // that'll be the end of the previous run
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java970 // Merge w/ previous token.
1026 /** Add text at the given position, merging with any previous
1047 * a previous text item (to avoid making a new token boundary).
1057 * Every token not merged into a previous CharSequence is added
1066 * In that case, if there is a previous string, a separating
1107 return 0; // Merged with previous token.
1109 // No previous token.
1114 // Tries to merge token with previous contents.
1116 // If keepSB is false, any previous StringBuffer is frozen.
2305 public Object previous() { method in class:XMLKit.Element.Itr
[all...]

Completed in 190 milliseconds

12345