|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> xml >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.xml.editors
Class XMLDoubleClickStrategy

java.lang.Objectcom.port80.eclipse.xml.editors.XMLDoubleClickStrategy
- All Implemented Interfaces:
- org.eclipse.jface.text.ITextDoubleClickStrategy
- public class XMLDoubleClickStrategy
- extends java.lang.Object
- implements org.eclipse.jface.text.ITextDoubleClickStrategy
- extends java.lang.Object
| Field Summary | |
protected org.eclipse.jface.text.ITextViewer |
fText
|
| Constructor Summary | |
XMLDoubleClickStrategy()
|
|
| Method Summary | |
void |
doubleClicked(org.eclipse.jface.text.ITextViewer part)
The mouse has been double clicked on the given text viewer. |
private void |
selectRange(int startPos,
int stopPos)
|
protected boolean |
selectString(int caretPos)
|
protected boolean |
selectWord(int caretPos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fText
protected org.eclipse.jface.text.ITextViewer fText
| Constructor Detail |
XMLDoubleClickStrategy
public XMLDoubleClickStrategy()
| Method Detail |
doubleClicked
public void doubleClicked(org.eclipse.jface.text.ITextViewer part)
- Description copied from interface:
org.eclipse.jface.text.ITextDoubleClickStrategy - The mouse has been double clicked on the given text viewer.
- Specified by:
doubleClickedin interfaceorg.eclipse.jface.text.ITextDoubleClickStrategy
selectString
protected boolean selectString(int caretPos)
selectWord
protected boolean selectWord(int caretPos)
selectRange
private void selectRange(int startPos,
int stopPos)
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> xml >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.eclipse.xml.editors.XMLDoubleClickStrategy