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

java.lang.Objectcom.port80.eclipse.jdt.actions.Util
- public class Util
- extends java.lang.Object
Static utilities
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static java.lang.String |
escapeRegex(java.lang.String s)
Escape pattern and replace string for Regex find and replace. |
static org.eclipse.jface.viewers.Viewer |
getViewer(java.lang.Object part)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Util
public Util()
| Method Detail |
escapeRegex
public static java.lang.String escapeRegex(java.lang.String s)
- Escape pattern and replace string for Regex find and replace.
getViewer
public static org.eclipse.jface.viewers.Viewer getViewer(java.lang.Object part)
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> jdt >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.eclipse.jdt.actions.Util