|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyAccessPolicy in com.metamatrix.common.object |
---|
Subinterfaces of PropertyAccessPolicy in com.metamatrix.common.object | |
---|---|
interface |
PropertiedObjectEditor
This interface represents an object that can view and edit properties for a PropertiedObject. |
interface |
PropertiedObjectsEditor
|
Classes in com.metamatrix.common.object that implement PropertyAccessPolicy | |
---|---|
class |
DefaultPropertyAccessPolicy
|
class |
PropertiedObjectEditorImpl
|
class |
PropertiedObjectsEditorImpl
|
class |
PropertyAccessPolicyImpl
|
Methods in com.metamatrix.common.object that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
PropertiedObjectEditorImpl.getPolicy()
|
PropertyAccessPolicy |
PropertiedObjectEditor.getPolicy()
|
Methods in com.metamatrix.common.object with parameters of type PropertyAccessPolicy | |
---|---|
void |
PropertiedObjectEditorImpl.setPolicy(PropertyAccessPolicy policy)
|
void |
PropertiedObjectEditor.setPolicy(PropertyAccessPolicy policy)
|
Constructors in com.metamatrix.common.object with parameters of type PropertyAccessPolicy | |
---|---|
PropertiedObjectEditorImpl(PropertyAccessPolicy policy)
|
|
PropertiedObjectEditorImpl(PropertyAccessPolicy policy,
UserTransactionFactory txnFactory)
|
|
PropertiedObjectsEditorImpl(PropertyAccessPolicy policy)
|
|
PropertiedObjectsEditorImpl(PropertyAccessPolicy policy,
UserTransactionFactory txnFactory)
|
Uses of PropertyAccessPolicy in com.metamatrix.common.tree |
---|
Subinterfaces of PropertyAccessPolicy in com.metamatrix.common.tree | |
---|---|
interface |
TreeNodeEditor
This interface defines a view of a hierarchy of TreeNode instances. |
Uses of PropertyAccessPolicy in com.metamatrix.common.tree.basic |
---|
Classes in com.metamatrix.common.tree.basic that implement PropertyAccessPolicy | |
---|---|
class |
BasicTreeNodeEditor
|
Methods in com.metamatrix.common.tree.basic that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
BasicTreeNodeEditor.getPolicy()
|
PropertyAccessPolicy |
BasicTreeNodeSource.getPropertyAccessPolicy()
Return the PropertyAccessPolicy instance for this TreeNodeSource |
Methods in com.metamatrix.common.tree.basic with parameters of type PropertyAccessPolicy | |
---|---|
void |
BasicTreeNodeEditor.setPolicy(PropertyAccessPolicy policy)
|
Constructors in com.metamatrix.common.tree.basic with parameters of type PropertyAccessPolicy | |
---|---|
BasicTreeNodeEditor(ObjectIDFactory idFactory,
PropertyAccessPolicy policy)
|
|
BasicTreeNodeEditor(ObjectIDFactory idFactory,
PropertyAccessPolicy policy,
UserTransactionFactory txnFactory)
|
|
BasicTreeNodeSource(ObjectIDFactory idFactory,
PropertyAccessPolicy policy,
UserTransactionFactory txnFactory)
|
Uses of PropertyAccessPolicy in com.metamatrix.common.tree.directory |
---|
Subinterfaces of PropertyAccessPolicy in com.metamatrix.common.tree.directory | |
---|---|
interface |
DirectoryEntryEditor
This interface defines a edit DirectoryEntry instances. |
Classes in com.metamatrix.common.tree.directory that implement PropertyAccessPolicy | |
---|---|
class |
FileSystemEntryEditor
This interface defines a view of a hierarchy of TreeNode instances. |
Methods in com.metamatrix.common.tree.directory that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
FileSystemEntryEditor.getPolicy()
|
Methods in com.metamatrix.common.tree.directory with parameters of type PropertyAccessPolicy | |
---|---|
void |
FileSystemEntryEditor.setPolicy(PropertyAccessPolicy policy)
|
Uses of PropertyAccessPolicy in com.metamatrix.console.models |
---|
Classes in com.metamatrix.console.models that implement PropertyAccessPolicy | |
---|---|
class |
ConfigurationPropertiedObjectEditor
This class serves as both a PropertiedObjectEditor and a UserTransaction for the editing of ComponentObjects and the PropertyDefinitions associated to them through their ComponentType. |
class |
ResourcePropertiedObjectEditor
Created on Jun 11, 2002 This propertied object editor is for internal resources. |
Methods in com.metamatrix.console.models that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
ConfigurationPropertiedObjectEditor.getPolicy()
|
Methods in com.metamatrix.console.models with parameters of type PropertyAccessPolicy | |
---|---|
void |
ConfigurationPropertiedObjectEditor.setPolicy(PropertyAccessPolicy policy)
|
Uses of PropertyAccessPolicy in com.metamatrix.console.ui.views.properties |
---|
Classes in com.metamatrix.console.ui.views.properties that implement PropertyAccessPolicy | |
---|---|
class |
ConsolePropertiedEditor
|
Methods in com.metamatrix.console.ui.views.properties that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
ConsolePropertiedEditor.getPolicy()
|
Methods in com.metamatrix.console.ui.views.properties with parameters of type PropertyAccessPolicy | |
---|---|
void |
ConsolePropertiedEditor.setPolicy(PropertyAccessPolicy policy)
|
Uses of PropertyAccessPolicy in com.metamatrix.toolbox.ui.widget.tree |
---|
Classes in com.metamatrix.toolbox.ui.widget.tree that implement PropertyAccessPolicy | |
---|---|
class |
DefaultTreeNodeEditor
|
Methods in com.metamatrix.toolbox.ui.widget.tree that return PropertyAccessPolicy | |
---|---|
PropertyAccessPolicy |
DefaultTreeNodeEditor.getPolicy()
|
Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type PropertyAccessPolicy | |
---|---|
void |
DefaultTreeNodeEditor.setPolicy(PropertyAccessPolicy policy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |