Searched refs:dot (Results 1 - 25 of 41) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DNavigationFilter.java53 * Invoked prior to the Caret setting the dot. The default implementation
60 * @param dot the position >= 0
61 * @param bias Bias to place the dot at
63 public void setDot(FilterBypass fb, int dot, Position.Bias bias) { argument
64 fb.setDot(dot, bias);
68 * Invoked prior to the Caret moving the dot. The default implementation
75 * @param dot the position >= 0
78 public void moveDot(FilterBypass fb, int dot, Position.Bias bias) { argument
79 fb.moveDot(dot, bias);
134 * @param dot th
137 setDot(int dot, Position.Bias bias) argument
145 moveDot(int dot, Position.Bias bias) argument
[all...]
H A DCaret.java35 * has a position in the document referred to as a dot.
36 * The dot is where the caret is currently located in the
40 * no selection the dot and mark will be equal. If a selection
43 * The dot can be placed by either calling
45 * the dot has the effect of removing any selection that may
46 * have previously existed. The dot and mark will be equal.
47 * Moving the dot has the effect of creating a selection as
177 * the dot.
185 * causes the mark to become the same as the dot,
191 * @param dot th
193 setDot(int dot) argument
202 moveDot(int dot) argument
[all...]
H A DDefaultCaret.java320 * This will cause a selection if the dot and mark
621 Rectangle r = mapper.modelToView(component, dot, dotBias);
677 * by the implementation of this interface. Sets the dot
687 dot = mark = 0;
858 if ((dot != mark) && (h != null) && (selectionTag == null)) {
859 int p0 = Math.min(dot, mark);
860 int p1 = Math.max(dot, mark);
972 Rectangle loc = mapper.modelToView(component, dot,dotBias);
1027 return dot;
1032 * the dot an
1050 setDot(int dot) argument
1062 moveDot(int dot) argument
1078 moveDot(int dot, Position.Bias dotBias) argument
1100 handleMoveDot(int dot, Position.Bias dotBias) argument
1143 setDot(int dot, Position.Bias dotBias) argument
1158 handleSetDot(int dot, Position.Bias dotBias) argument
1261 changeCaretPosition(int dot, Position.Bias dotBias) argument
1565 int dot; field in class:DefaultCaret
1915 setDot(int dot, Position.Bias bias) argument
1919 moveDot(int dot, Position.Bias bias) argument
[all...]
H A DDefaultEditorKit.java1052 int dot = caret.getDot();
1054 if (dot != mark) {
1055 doc.remove(Math.min(dot, mark), Math.abs(dot - mark));
1057 } else if (dot > 0) {
1060 if (dot > 1) {
1061 String dotChars = doc.getText(dot - 2, 2);
1071 doc.remove(dot - delChars, delChars);
1104 int dot = caret.getDot();
1106 if (dot !
[all...]
H A DDefaultFormatter.java610 void setDot(NavigationFilter.FilterBypass fb, int dot, Position.Bias bias){ argument
611 fb.setDot(dot, bias);
618 void moveDot(NavigationFilter.FilterBypass fb, int dot, argument
620 fb.moveDot(dot, bias);
682 public void setDot(FilterBypass fb, int dot, Position.Bias bias) { argument
686 fb.setDot(dot, bias);
688 DefaultFormatter.this.setDot(fb, dot, bias);
692 public void moveDot(FilterBypass fb, int dot, Position.Bias bias) { argument
696 fb.moveDot(dot, bias);
698 DefaultFormatter.this.moveDot(fb, dot, bia
[all...]
H A DStyledEditorKit.java224 * Updates the attributes. <code>dot</code> and <code>mark</code>
227 void updateInputAttributes(int dot, int mark, JTextComponent c) { argument
233 int start = Math.min(dot, mark);
241 if (currentParagraph.getStartOffset() == start || dot != mark) {
H A DJTextComponent.java860 * - the saved caret dot (Integer)
863 * - the saved dot bias (Position.Bias)
865 * be similar, but will not contain the dot
1813 * empty document, or the value of dot if no selection.
1846 * is empty, or the value of dot if there is no selection.
2593 * This keeps track of the dot position internally. When the caret
2599 int dot = e.getDot();
2601 if (caretPos != dot) {
2604 new Integer(caretPos), new Integer(dot));
2605 caretPos = dot;
4486 private int dot; field in class:JTextComponent.MutableCaretEvent
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DRegistryFileTypeDetector.java54 int dot = filename.lastIndexOf('.');
55 if ((dot < 0) || (dot == (filename.length()-1)))
59 String key = filename.substring(dot);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTextFieldUI.java138 int dot = getDot();
143 startRect = ui.modelToView(field, dot, bias);
162 endRect = ui.modelToView(field, dot, bias);
H A DWindowsTextUI.java115 int dot = c.getCaretPosition();
116 firstIsDot = (offs0 == dot);
117 secondIsDot = (offs1 == dot);
180 int dot = c.getCaretPosition();
181 firstIsDot = (offs0 == dot);
182 secondIsDot = (offs1 == dot);
/openjdk7/jdk/test/javax/swing/text/JTextComponent/5074573/
H A Dbug5074573.java85 int dot = caret.getDot();
86 textComponent.select(dot, dot);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/namingutil/
H A DCorbalocURL.java163 int dot = version.indexOf('.');
166 if (dot == -1) {
171 Integer.parseInt( version.substring( 0, dot )),
172 Integer.parseInt( version.substring(dot+1)) );
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DIiopUrl.java91 int dot = hostPortVers.indexOf('.');
92 if (dot < 0) {
97 major = Integer.parseInt(hostPortVers.substring(0, dot));
98 minor = Integer.parseInt(hostPortVers.substring(dot+1, at));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaCaret.java109 final int dot = getDot();
111 if (dot == mark) {
112 if (dot == 0) {
115 } else if (dot == end) {
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeLauncher.java93 int dot = filename.lastIndexOf('.');
97 if (dot >= 0 && dot > filename.lastIndexOf('/')) {
98 extension = filename.substring(dot);
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DVerifyAccess.java224 int dot = name1.lastIndexOf('.');
225 if (dot != name2.lastIndexOf('.'))
227 for (int i = 0; i < dot; i++) {
239 int dot = name.lastIndexOf('.');
240 if (dot < 0) return "";
241 return name.substring(0, dot);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObjectInvocationHandler.java231 int dot = iface.lastIndexOf('.');
232 if (dot >= 0) {
233 iface = iface.substring(dot + 1);
/openjdk7/jdk/src/share/classes/sun/net/
H A DRegisteredDomain.java705 int dot;
708 * If one dot or less than just return.
710 dot = cname.lastIndexOf('.');
711 if (dot == -1)
713 if (dot == 0)
715 if (dot == cname.length() - 1) {
717 dot = cname.lastIndexOf('.');
718 if (dot == -1)
720 if (dot == 0)
723 if (dot
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTextUI.java133 int dot = getDot();
134 Rectangle r = mapper.modelToView(c, dot);
/openjdk7/langtools/test/tools/javac/6627362/
H A DT6627362.java104 File dot = new File(System.getProperty("user.dir"));
105 ClassLoader cl = new URLClassLoader(new URL[] { dot.toURL() });
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfig.java411 final int dot = name.indexOf('.');
412 if (dot<0) return name;
413 if (dot==0) return getBasename(name.substring(1));
414 return name.substring(0,dot);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DCompile.java387 int dot = substr.indexOf ('.');
388 if (dot < 0)
395 pkg = substr.substring (0, dot);
396 substr = substr.substring (dot + 1);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java500 int dot = version.indexOf('.', start);
501 if (dot == -1 || dot > end)
502 dot = end;
503 if (start >= dot) //cases like "n." or "n..m"
506 val[i] = Integer.parseInt(version.substring(start, dot));
507 start = dot + 1;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DDurationDV.java334 int dot = -1;
338 dot = i;
342 if (dot+1 == end) {
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp126 const char* dot = strrchr(PrintIdealGraphFile, '.'); local
127 if (dot) {
128 st.write(PrintIdealGraphFile, dot - PrintIdealGraphFile);
129 st.print("%d%s", _file_count, dot);

Completed in 4389 milliseconds

12