| java.lang.Object org.eclipse.pde.internal.ui.tests.macro.MacroUtil
MacroUtil | public class MacroUtil (Code) | | |
Method Summary | |
public static java.util.List | generatePossibleKeyStrokes(Event event) | public static String | getAttribute(Node node, String name) | protected String | getContribId(MenuItem menuItem) | public static WidgetIdentifier | getControlIdentifier(Control control) | public Object | getDefaultValue(IPath node) | public static String | getNormalizedText(String source) | public static IPath | getShellId(Shell shell) | public static WidgetIdentifier | getWidgetIdentifier(Widget widget) Returns the path where counters of the given event are stored, or null if
we are not keeping records of the given event. | public static String | getWritableText(String input) | public static boolean | isInputControl(Control control) | public static CommandTarget | locateCommandTarget(Composite parent, WidgetIdentifier wid, int line) | public static CommandTarget | locateCommandTarget(Composite parent, WidgetIdentifier wid, ArrayList parents, int line) | public static void | processDisplayEvents(Display display) | public static String | removeChar(String input, char toRemove) | public static void | throwCoreException(String message, int line) | public static void | throwCoreException(String message, int line, Throwable t) |
generatePossibleKeyStrokes | public static java.util.List generatePossibleKeyStrokes(Event event)(Code) | | |
getContribId | protected String getContribId(MenuItem menuItem)(Code) | | |
getDefaultValue | public Object getDefaultValue(IPath node) throws CoreException(Code) | | |
getShellId | public static IPath getShellId(Shell shell)(Code) | | |
getWidgetIdentifier | public static WidgetIdentifier getWidgetIdentifier(Widget widget)(Code) | | Returns the path where counters of the given event are stored, or null if
we are not keeping records of the given event.
Parameters: event - |
isInputControl | public static boolean isInputControl(Control control)(Code) | | |
processDisplayEvents | public static void processDisplayEvents(Display display)(Code) | | |
throwCoreException | public static void throwCoreException(String message, int line) throws CoreException(Code) | | |
throwCoreException | public static void throwCoreException(String message, int line, Throwable t) throws CoreException(Code) | | |
|
|