Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.jdt.actions
Class Util  view Util download Util.java

java.lang.Object
  extended bycom.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)