| Home >> All >> com >> port80 >> eclipse >> [ util Javadoc ] |
| | com.port80.eclipse.util.antlr.* (2) | | com.port80.eclipse.util.widgets.* (2) |
com.port80.eclipse.util: Javadoc index of package com.port80.eclipse.util.
Package Samples:
com.port80.eclipse.util.antlr
com.port80.eclipse.util.widgets
Classes:
CustomFontFieldEditor: Customized FontFieldEditor to save font spec. in family-style-size format since Eclispe-gtk-2.1.0 have problem creating fonts from the FontData. toString() internal spec. format. All we want to do is to override doStore and setToDefault which save persistent representation of the FontData to preference store. Unfortunately, FontFieldEditor.chosenFont is not accessible and so we have to cut and paste the whole FontFieldEditor class here.
IJavaCodeSymbol: Maps each terminal symbol in the java-grammar into a unique integer. This integer is used to represent the terminal when computing a parsing action. Disclaimer : These constant values are generated automatically using a Java grammar, therefore their actual values are subject to change if new keywords were added to the language (i.e. 'assert' keyword in 1.4).
GraphEditorInputFactory: Factory for saving and restoring a GraphEditorInput . The stored representation of a GraphEditorInput remembers the .dot file name for the IGraph. The workbench will automatically create instances of this class as required. It is not intended to be instantiated or subclassed by the client.
ImageFactory: SWT Image factory and cache. For now, image are created once for each given name and cannot be replaced. When an image of same name are requested, the already created image would be returned instead of replacing the old one. Image would not be cached if no name is given.
JavaCodeFormatter: How to format a piece of code ? Create an instance of CodeFormatter Use the method void format(aString) on this instance to format aString . It will return the formatted string.
HexColorFieldEditor: A preference field editor to enter color RGB value in hex. Modified from StringFieldEditor. Unfortunately, StringFieldEditor.oldValue is private and make it difficult to just extend StringFieldEditor and override doLoad() ... etc.
XPMFile: Straightforward XPM file parser, which is unusually strict, but serves its purpose for most XPM files. HISTORY: . Switch back to use transparentPixel. alphaData is 10 times slower than maskData in SWT GC.drawImage() !
IOutputStreamListener: Process listener interface. Typical use is instantiate as an auto subclass to get result from a process being monitored by ProcessMonitor.
IProcessMonitorListener: Process listener interface. Typical use is instantiate as an auto subclass to get result from a process being monitored by ProcessMonitor.
IncrementalFindTreeAction: An action which enters the incremental find mode a la emacs. This class may be instantiated; it is not intended to be subclassed.
DefineVariableScanner: Scanner a string and return variable definitions of format "a=b" in a hash. Both key and value can be quoted by '"' or '\''.
IncrementalFindTreeTarget: An incremental find target for StructuredViewer with an ILabelProvider. Replace is always disabled.
Blinker: General blinking worker that call given Runnable on the given on and off time interval.
IIncrementalFindTreeTarget: Interface to allow incremental find action on the implementation object.
GraphEditorInput: An wrapper around an IGraph to be used as an EditorInput.
ProcessMonitor: Monitor a background process in a separate thread.
UtilPlugin: The main plugin class to be used in the desktop.
FontFactoryTest01: Check Anneal() rank cost calculation methods.
UtilPluginImages: Bundle of most images to be used by plugins.
UIUtil: Static utilities class for this package.
AntlrUtil: Static utilities for ANTLR parser.
CursorFactory: SWT Cursor factory and cache.
FontFactory: SWT Font factory and cache.
Messages
| Home | Contact Us | Privacy Policy | Terms of Service |