|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraidcomposer.editors.forms.page.ResourceFormPageFactory
public class ResourceFormPageFactory
The factory for ResourceFormPages.
ResourceFormPage| Constructor Summary | |
|---|---|
ResourceFormPageFactory()
|
|
| 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)
ResourceFormPages are by default suitable for all subjects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceFormPageFactory()
| Method Detail |
|---|
public IResourceEditorPage createPage(ResourceEditor editor,
java.lang.String id,
java.lang.String title)
IResourceEditorPageFactoryResourceEditor.addPages().
createPage in interface IResourceEditorPageFactoryeditor - the ResourceEditor this page will live inid - the ID that the page shall gettitle - the title of the page
public boolean isSuitable(com.hp.hpl.jena.rdf.model.Resource subject)
isSuitable in interface IResourceEditorPageFactorysubject - the resource shown in the editor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||