|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResourceEditorPageFactory
A class describing a page in a ResourceEditor.
| Method Summary | |
|---|---|
IResourceEditorPage |
createPage(ResourceEditor editor,
java.lang.String id,
java.lang.String title)
Creates the IResourceEditorPage of this type. |
boolean |
isSuitable(com.hp.hpl.jena.rdf.model.Resource subject)
Checks whether this type of page is suitable for a given resource. |
| Method Detail |
|---|
IResourceEditorPage createPage(ResourceEditor editor,
java.lang.String id,
java.lang.String title)
ResourceEditor.addPages().
editor - the ResourceEditor this page will live inid - the ID that the page shall gettitle - the title of the page
boolean isSuitable(com.hp.hpl.jena.rdf.model.Resource subject)
subject - the resource shown in the editor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||