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

Packages that use PropertiedObjectEditor
com.metamatrix.common.callback   
com.metamatrix.common.object   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
com.metamatrix.console.models   
com.metamatrix.console.ui.layout   
com.metamatrix.console.ui.util   
com.metamatrix.console.ui.views.pools   
com.metamatrix.console.ui.views.properties   
com.metamatrix.toolbox.preference   
com.metamatrix.toolbox.ui.callback   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.property   
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of PropertiedObjectEditor in com.metamatrix.common.callback
 

Methods in com.metamatrix.common.callback that return PropertiedObjectEditor
 PropertiedObjectEditor CallbackImpl.getEditor()
          return the PropertiedObjectEditor that the CallbackHandler should user to edit this Callback's PropertiedObject.
 PropertiedObjectEditor Callback.getEditor()
          return the PropertiedObjectEditor that the CallbackHandler should user to edit this Callback's PropertiedObject.
 

Constructors in com.metamatrix.common.callback with parameters of type PropertiedObjectEditor
CallbackImpl(java.lang.String name, java.lang.String displayName, CallbackChoices choices, PropertiedObject propertiedObject, PropertiedObjectEditor propertiedObjectEditor)
           
CallbackImpl(java.lang.String name, java.lang.String displayName, CallbackChoices choices, PropertiedObject propertiedObject, PropertiedObjectEditor propertiedObjectEditor, java.util.List propertyDefinitionGroups, boolean isSequential)
           
 

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.
 

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

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.
 

Uses of PropertiedObjectEditor in com.metamatrix.console.models
 

Classes in com.metamatrix.console.models that implement PropertiedObjectEditor
 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 PropertiedObjectEditor
 PropertiedObjectEditor ConnectorManager.getPropertiedObjectEditor()
           
 PropertiedObjectEditor AuthenticationProviderManager.getPropertiedObjectEditor()
           
 PropertiedObjectEditor ConnectorManager.getPropertiedObjectEditor(ModificationActionQueue maqActionQForBinding)
           
 PropertiedObjectEditor AuthenticationProviderManager.getPropertiedObjectEditor(ModificationActionQueue maqActionQForBinding)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.console.ui.layout
 

Methods in com.metamatrix.console.ui.layout with parameters of type PropertiedObjectEditor
protected  javax.swing.JPanel CDKCallbackHandler.createCallbackPanel(Callback callback, PropertyDefinitionGroup definitionGroup, PropertiedObject object, PropertiedObjectEditor editor)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.console.ui.util
 

Methods in com.metamatrix.console.ui.util that return PropertiedObjectEditor
 PropertiedObjectEditor POPWithButtons.getEditor()
           
 

Constructors in com.metamatrix.console.ui.util with parameters of type PropertiedObjectEditor
POPWithButtons(ExpertPropertiedObjectPanelHolder pnl, PropertiedObjectEditor edtr, POPWithButtonsController ctrlr)
           
POPWithButtons(PropertiedObjectPanel pnl, PropertiedObjectEditor editor, POPWithButtonsController controller)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.console.ui.views.pools
 

Methods in com.metamatrix.console.ui.views.pools that return PropertiedObjectEditor
 PropertiedObjectEditor PoolPropertiedObjectAndEditor.getEditor()
           
 

Constructors in com.metamatrix.console.ui.views.pools with parameters of type PropertiedObjectEditor
PoolPropertiedObjectAndEditor(java.lang.String poolName, java.lang.String poolType, PropertiedObject po, PropertiedObjectEditor poe, ResourceDescriptor pool, ModificationActionQueue modificationActionQueue)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.console.ui.views.properties
 

Classes in com.metamatrix.console.ui.views.properties that implement PropertiedObjectEditor
 class ConsolePropertiedEditor
           
 

Uses of PropertiedObjectEditor in com.metamatrix.toolbox.preference
 

Methods in com.metamatrix.toolbox.preference that return PropertiedObjectEditor
 PropertiedObjectEditor UserPreferences.getPropertiedObjectEditor()
           
 

Uses of PropertiedObjectEditor in com.metamatrix.toolbox.ui.callback
 

Methods in com.metamatrix.toolbox.ui.callback with parameters of type PropertiedObjectEditor
protected  javax.swing.JPanel DialogFactoryCallbackHandler.createCallbackPanel(Callback callback, PropertyDefinitionGroup definitionGroup, PropertiedObject object, PropertiedObjectEditor editor)
          Create a JPanel to edit the specified callback containing a PropertyDefinitionGroup for the specified PropertiedObject.
protected  javax.swing.JPanel DialogFactoryCallbackHandler.createCallbackPanel(Callback callback, java.lang.String prompt, PropertiedObject object, PropertiedObjectEditor editor)
          Create a JPanel to edit the specified callback containing a PropertiedObject.
 

Uses of PropertiedObjectEditor in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type PropertiedObjectEditor
 void PropertiedObjectArrayTable.setPropertiedObjectEditor(PropertiedObjectEditor editor)
           
 void PropertiedObjectArrayTable.setTableArray(java.util.Collection propertiedObjects, java.util.Collection propDefnsToShow, PropertiedObjectEditor editor)
           
 void PropertiedObjectArrayTable.setTableArray(java.util.Collection propertiedObjects, PropertiedObjectEditor editor)
           
 

Constructors in com.metamatrix.toolbox.ui.widget with parameters of type PropertiedObjectEditor
PropertiedObjectArrayTable(PropertiedObjectEditor editor)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.toolbox.ui.widget.property
 

Methods in com.metamatrix.toolbox.ui.widget.property that return PropertiedObjectEditor
protected  PropertiedObjectEditor PropertyComponentFactory.getPropertiedObjectEditor()
           
 

Methods in com.metamatrix.toolbox.ui.widget.property with parameters of type PropertiedObjectEditor
 java.lang.Object ObjectReferenceHandler.getObjectReference(PropertiedObject object, PropertiedObjectEditor editor, PropertyDefinition def, java.lang.Object currentValue)
          Return a value for the specified ObjectReference type PropertyDefinition on the specified PropertiedObject.
 java.lang.Object[] ObjectReferenceHandler.getObjectReferences(PropertiedObject object, PropertiedObjectEditor editor, PropertyDefinition def, java.util.Collection currentValues)
          Return a Collection of values for the specified ObjectReference type PropertyDefinition on the specified PropertiedObject.
 void PropertiedObjectPanel.setPropertiedObject(PropertiedObject propObj, PropertiedObjectEditor editor)
          Sets this panel to display the properties for the specified PropertiedObject.
 void PropertiedObjectPanel.setPropertiedObject(PropertiedObject propObj, PropertiedObjectEditor editor, java.util.List propertiesToDisplay)
          Sets the PropertiedObject whose properties are to be shown to the specified object.
 void PropertyComponentFactory.setPropertiedObjectEditor(PropertiedObjectEditor editor)
           
 

Constructors in com.metamatrix.toolbox.ui.widget.property with parameters of type PropertiedObjectEditor
PropertiedObjectPanel(PropertiedObjectEditor editor, Encryptor encryptor)
          Constructs and returns an instance of this class using itself as a transaction source.
PropertiedObjectPanel(PropertiedObjectEditor editor, Encryptor encryptor, java.lang.Object transactionSource)
          Constructs and returns an instance of this class.
PropertyChangeAdapter(PropertiedObjectEditor editor, java.lang.Object transactionSource)
           
 

Uses of PropertiedObjectEditor in com.metamatrix.toolbox.ui.widget.tree
 

Classes in com.metamatrix.toolbox.ui.widget.tree that implement PropertiedObjectEditor
 class DefaultTreeNodeEditor
           
 

Methods in com.metamatrix.toolbox.ui.widget.tree that return PropertiedObjectEditor
 PropertiedObjectEditor DefaultTreeView.getPropertiedObjectEditor()
           
 



Copyright © 2009. All Rights Reserved.