|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a factory that creates appropriate
WorkspaceEditor
s for specified objects and classes.
Method Summary | |
WorkspaceEditor |
getEditorForObject(java.lang.Object obj)
General-purpose factory method for WorkspaceEditor s. |
WorkspaceEditor |
getEditorForType(java.lang.Class clazz)
General-purpose factory method for WorkspaceEditor s. |
Method Detail |
public WorkspaceEditor getEditorForObject(java.lang.Object obj) throws NoAppropriateEditorException
WorkspaceEditor
s. Returns
a WorkspaceEditor
instance that is appropriate for editing
the specified object.
obj
- The object to edit.
NoAppropriateEditorException
- If a suitable editor could not be
found for the object.getEditorForType(java.lang.Class)
public WorkspaceEditor getEditorForType(java.lang.Class clazz) throws NoAppropriateEditorException
WorkspaceEditor
s. Returns
a WorkspaceEditor
instance that is appropriate for editing
the specified object.
NoAppropriateEditorException
- If a suitable editor could not be
found for the class.getEditorForObject(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |