| java.lang.Object org.eclipse.ui.examples.propertysheet.UserFileParser
UserFileParser | public class UserFileParser (Code) | | This class is an example of the implementation of a simple parser.
|
Method Summary | |
public IAdaptable | parse(IDocumentProvider documentProvider) Parse the input given by the argument. |
parse | public IAdaptable parse(IDocumentProvider documentProvider)(Code) | | Parse the input given by the argument. For this example we do no parsing and return
a fabricated result.
|
|
|