|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectDefinition in com.metamatrix.common.callback |
---|
Subinterfaces of ObjectDefinition in com.metamatrix.common.callback | |
---|---|
interface |
Callback
Implementations of this interface are passed to a CallbackHandler, allowing underlying services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
Classes in com.metamatrix.common.callback that implement ObjectDefinition | |
---|---|
class |
CallbackImpl
Implementations of this interface are passed to a CallbackHandler, allowing underlying services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
Uses of ObjectDefinition in com.metamatrix.common.config.api |
---|
Classes in com.metamatrix.common.config.api that implement ObjectDefinition | |
---|---|
class |
ComponentTypePropDefn
ComponentTypePropDefn is an unmodifiable wrapper for the PropertyDefinition. |
Uses of ObjectDefinition in com.metamatrix.common.object |
---|
Subinterfaces of ObjectDefinition in com.metamatrix.common.object | |
---|---|
interface |
PropertyDefinition
Defines the type of property that will be placed in a detail panel or table |
Classes in com.metamatrix.common.object that implement ObjectDefinition | |
---|---|
class |
ObjectDefinitionImpl
This class captures the definition of a generic property, and can be used to determine appropriate user-interface representations to present and capture property values. |
class |
PropertyDefinitionGroup
PropertyDefinitionGroup is a nestable list of PropertyDefinitions that are defined to be used together. |
class |
PropertyDefinitionImpl
Prototype implementation of PropertyDefinition |
Methods in com.metamatrix.common.object that return ObjectDefinition | |
---|---|
ObjectDefinition |
PropertyDefinitionImplFactory.create()
Create a new ObjectDefinition instance. |
ObjectDefinition |
ObjectDefinitionImplFactory.create()
Create a new ObjectDefinition instance. |
ObjectDefinition |
ObjectDefinitionFactory.create()
Create a new ObjectDefinition instance. |
ObjectDefinition |
PropertyDefinitionImplFactory.create(java.lang.String name)
Create a definition object with the specified name. |
ObjectDefinition |
ObjectDefinitionImplFactory.create(java.lang.String name)
Create a definition object with the specified name. |
ObjectDefinition |
ObjectDefinitionFactory.create(java.lang.String name)
Create a definition object with the specified name. |
ObjectDefinition |
PropertyDefinitionImplFactory.create(java.lang.String name,
java.lang.String displayName)
Create a definition object with the specified set of attributes. |
ObjectDefinition |
ObjectDefinitionImplFactory.create(java.lang.String name,
java.lang.String displayName)
Create a definition object with the specified set of attributes. |
ObjectDefinition |
ObjectDefinitionFactory.create(java.lang.String name,
java.lang.String displayName)
Create a definition object with the specified set of attributes. |
Constructors in com.metamatrix.common.object with parameters of type ObjectDefinition | |
---|---|
ObjectDefinitionImpl(ObjectDefinition defn)
Create a property definition object that is a copy of the specified instance. |
Uses of ObjectDefinition in com.metamatrix.common.tree |
---|
Methods in com.metamatrix.common.tree that return ObjectDefinition | |
---|---|
ObjectDefinition |
TreeNode.getType()
Get this type for this tree node. |
Methods in com.metamatrix.common.tree with parameters of type ObjectDefinition | |
---|---|
TreeNode |
TreeNodeEditor.create(TreeNode parent,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent and with the specified type. |
TreeNode |
TreeNodeEditor.create(TreeNode parent,
java.lang.String name,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name |
boolean |
DefaultChildRules.getAllowsChild(ObjectDefinition parentDefn,
ObjectDefinition childDefn)
|
boolean |
ChildRules.getAllowsChild(ObjectDefinition parentDefn,
ObjectDefinition childDefn)
|
boolean |
DefaultChildRules.getAllowsChildren(ObjectDefinition defn)
|
boolean |
ChildRules.getAllowsChildren(ObjectDefinition defn)
|
boolean |
DefaultChildRules.isHidden(ObjectDefinition defn)
|
boolean |
ChildRules.isHidden(ObjectDefinition defn)
|
void |
DefaultChildRules.setValidName(TreeNode newNode,
ObjectDefinition childType,
java.util.List children)
|
void |
ChildRules.setValidName(TreeNode newNode,
ObjectDefinition childType,
java.util.List children)
|
Uses of ObjectDefinition in com.metamatrix.common.tree.basic |
---|
Methods in com.metamatrix.common.tree.basic that return ObjectDefinition | |
---|---|
ObjectDefinition |
BasicTreeNode.getType()
Get this type for this entity. |
Methods in com.metamatrix.common.tree.basic with parameters of type ObjectDefinition | |
---|---|
protected void |
BasicTreeNode.addChild(BasicTreeNode child,
ObjectDefinition childType,
int index)
|
TreeNode |
BasicTreeNodeEditor.create(TreeNode parent,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent and with the specified type. |
TreeNode |
BasicTreeNodeEditor.create(TreeNode parent,
java.lang.String name,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name |
TreeNode |
BasicTreeNode.getChild(java.lang.String name,
ObjectDefinition defn,
boolean ignoreCase)
Return the immediate child of this object that has the specified name. |
Constructors in com.metamatrix.common.tree.basic with parameters of type ObjectDefinition | |
---|---|
BasicTreeNode(BasicTreeNode parent,
java.lang.String name,
ObjectDefinition defn,
ObjectID guid)
Construct a new instance by specifying the parent that owns this entity, the name of the instance, the type of the instance and the global UID for the instance. |
Uses of ObjectDefinition in com.metamatrix.common.tree.directory |
---|
Subinterfaces of ObjectDefinition in com.metamatrix.common.tree.directory | |
---|---|
interface |
FileDefinition
|
interface |
FolderDefinition
|
Classes in com.metamatrix.common.tree.directory that implement ObjectDefinition | |
---|---|
class |
FileDefinitionImpl
|
class |
FolderDefinitionImpl
|
Methods in com.metamatrix.common.tree.directory that return ObjectDefinition | |
---|---|
ObjectDefinition |
PreviewableDirectoryEntry.getType()
|
ObjectDefinition |
FileSystemEntry.getType()
Determine the ObjectDefinition type of this DirectoryEntry. |
Methods in com.metamatrix.common.tree.directory with parameters of type ObjectDefinition | |
---|---|
TreeNode |
FileSystemEntryEditor.create(TreeNode parent,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent and with the specified type. |
TreeNode |
FileSystemEntryEditor.create(TreeNode parent,
java.lang.String name,
ObjectDefinition type)
Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name |
protected FileSystemEntry |
FileSystemView.getFileSystemEntry(java.io.File f,
ObjectDefinition type)
|
Constructors in com.metamatrix.common.tree.directory with parameters of type ObjectDefinition | |
---|---|
FileSystemEntry(java.io.File file,
ObjectDefinition type)
|
Uses of ObjectDefinition in com.metamatrix.console.ui.layout |
---|
Classes in com.metamatrix.console.ui.layout that implement ObjectDefinition | |
---|---|
class |
UserPreferenceCallback
UserPreferenceCallback is a temporary Callback object constructed to generate the UserPreferences dialog. |
Uses of ObjectDefinition in com.metamatrix.platform.admin.api |
---|
Subinterfaces of ObjectDefinition in com.metamatrix.platform.admin.api | |
---|---|
interface |
PermissionDataNodeDefinition
This interface specifies an ObjectDefinition for the PermissionDataNode . |
Uses of ObjectDefinition in com.metamatrix.platform.admin.apiimpl |
---|
Classes in com.metamatrix.platform.admin.apiimpl that implement ObjectDefinition | |
---|---|
class |
PermissionDataNodeDefinitionImpl
|
Uses of ObjectDefinition in com.metamatrix.toolbox.ui.widget.tree |
---|
Methods in com.metamatrix.toolbox.ui.widget.tree that return ObjectDefinition | |
---|---|
ObjectDefinition |
DefaultTreeNode.getType()
Not implemented. |
Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type ObjectDefinition | |
---|---|
TreeNode |
DefaultTreeNodeEditor.create(TreeNode parent,
ObjectDefinition type)
|
TreeNode |
DefaultTreeNodeEditor.create(TreeNode parent,
java.lang.String childName,
ObjectDefinition type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |