Uses of Interface
com.metamatrix.common.object.PropertiedObjectEditor

Packages that use PropertiedObjectEditor
com.metamatrix.common.object   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
 

Uses of PropertiedObjectEditor in com.metamatrix.common.object
 

Subinterfaces of PropertiedObjectEditor in com.metamatrix.common.object
 interface PropertiedObjectsEditor
           
 

Classes in com.metamatrix.common.object that implement PropertiedObjectEditor
 class PropertiedObjectEditorImpl
           
 class PropertiedObjectsEditorImpl
           
 

Methods in com.metamatrix.common.object that return PropertiedObjectEditor
 PropertiedObjectEditor PropertiedObjectView.getPropertiedObjectEditor()
          Return the propertied object editor for this view.
 

Uses of PropertiedObjectEditor in com.metamatrix.common.tree
 

Subinterfaces of PropertiedObjectEditor in com.metamatrix.common.tree
 interface TreeNodeEditor
          This interface defines a view of a hierarchy of TreeNode instances.
 

Uses of PropertiedObjectEditor in com.metamatrix.common.tree.basic
 

Classes in com.metamatrix.common.tree.basic that implement PropertiedObjectEditor
 class BasicTreeNodeEditor
           
 

Methods in com.metamatrix.common.tree.basic that return PropertiedObjectEditor
 PropertiedObjectEditor BasicTreeView.getPropertiedObjectEditor()
          Return the propertied object editor for this view.
 

Uses of PropertiedObjectEditor in com.metamatrix.common.tree.directory
 

Subinterfaces of PropertiedObjectEditor in com.metamatrix.common.tree.directory
 interface DirectoryEntryEditor
          This interface defines a edit DirectoryEntry instances.
 

Classes in com.metamatrix.common.tree.directory that implement PropertiedObjectEditor
 class FileSystemEntryEditor
          This interface defines a view of a hierarchy of TreeNode instances.
 

Methods in com.metamatrix.common.tree.directory that return PropertiedObjectEditor
 PropertiedObjectEditor FileSystemView.getPropertiedObjectEditor()
          Return the propertied object editor for this view.
 



Copyright © 2009. All Rights Reserved.