Uses of Interface
com.metamatrix.common.tree.directory.DirectoryEntry

Packages that use DirectoryEntry
com.metamatrix.common.tree.directory   
com.metamatrix.console.ui.util   
com.metamatrix.console.ui.views.connector   
com.metamatrix.console.ui.views.connectorbinding   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.property   
 

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

Classes in com.metamatrix.common.tree.directory that implement DirectoryEntry
 class FileSystemEntry
          This class represents a single resource on a hierarchical system, such as a file system.
 class PreviewableDirectoryEntry
          This class represents a wrapper for a DirectoryEntry that holds off on actually writing to the DirectoryEntry so that a preview of the result can be obtained prior to writing.
 

Methods in com.metamatrix.common.tree.directory that return DirectoryEntry
 DirectoryEntry PreviewableDirectoryEntry.getTargetDirectoryEntry()
           
 DirectoryEntry RuledDirectoryEntryViewImpl.lookup(java.lang.String path)
          Lookup the node referenced by the relative path in this view.
 DirectoryEntry FileSystemView.lookup(java.lang.String path)
          Lookup the node referenced by the relative path in this view.
 DirectoryEntry DirectoryEntryView.lookup(java.lang.String path)
          Lookup the node referenced by the relative path in this view.
 DirectoryEntry RuledDirectoryEntryViewImpl.lookup(java.lang.String path, java.lang.String separator)
          Lookup the node referenced by the relative path in this view, but specify a separator.
 DirectoryEntry FileSystemView.lookup(java.lang.String path, java.lang.String separator)
          Lookup the node referenced by the relative path in this view, but specify a separator.
 DirectoryEntry DirectoryEntryView.lookup(java.lang.String path, java.lang.String separator)
          Lookup the node referenced by the relative path in this view, but specify a separator.
 

Methods in com.metamatrix.common.tree.directory with parameters of type DirectoryEntry
 int DirectoryEntryNameAndTypeComparator.compare(DirectoryEntry entry1, DirectoryEntry entry2)
           
 boolean FileSystemEntryEditor.makeExist(DirectoryEntry entry)
          Check for the existance of the specified entry, and creates an underlying resource for the entry if one does not exist.
 boolean DirectoryEntryEditor.makeExist(DirectoryEntry entry)
          Check for the existance of the specified entry, and creates an underlying resource for the entry if one does not exist.
 

Constructors in com.metamatrix.common.tree.directory with parameters of type DirectoryEntry
PreviewableDirectoryEntry(DirectoryEntry actualEntry)
          Construct a new instance that wraps another DirectoryEntry
 

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

Fields in com.metamatrix.console.ui.util declared as DirectoryEntry
protected  DirectoryEntry ModifiedDirectoryChooserPanel.existingDirectoryEntry
           
protected  DirectoryEntry ModifiedDirectoryChooserPanel.homeDirectoryEntry
           
protected  DirectoryEntry ModifiedDirectoryChooserPanel.parentDirectoryEntry
           
protected  DirectoryEntry ModifiedDirectoryChooserPanel.selectedDirectoryEntry
           
 

Methods in com.metamatrix.console.ui.util that return DirectoryEntry
 DirectoryEntry ModifiedDirectoryChooserPanel.getFolderComboBoxSelection()
           
 DirectoryEntry ModifiedDirectoryChooserPanel.getParentDirectoryEntry()
           
 DirectoryEntry ModifiedDirectoryChooserPanel.getRoot()
          Returns the root of the DirectoryEntryView
 

Methods in com.metamatrix.console.ui.util with parameters of type DirectoryEntry
protected  void ModifiedDirectoryChooserPanel.setNameFieldValueToParentName(DirectoryEntry parentDirectoryEntry)
           
 

Uses of DirectoryEntry in com.metamatrix.console.ui.views.connector
 

Fields in com.metamatrix.console.ui.views.connector declared as DirectoryEntry
protected  DirectoryEntry ImportWizardController.directoryEntry
           
 

Methods in com.metamatrix.console.ui.views.connector that return DirectoryEntry
 DirectoryEntry ImportWizardFileSelectorPanel.getSelection()
           
 

Methods in com.metamatrix.console.ui.views.connector with parameters of type DirectoryEntry
 void ImportWizardConnectorIDPanel.setConnectorTypes(DirectoryEntry dirEntry, java.util.Map connectorTypes)
           
 

Uses of DirectoryEntry in com.metamatrix.console.ui.views.connectorbinding
 

Fields in com.metamatrix.console.ui.views.connectorbinding declared as DirectoryEntry
protected  DirectoryEntry ImportBindingWizardController.deFile
           
 

Methods in com.metamatrix.console.ui.views.connectorbinding with parameters of type DirectoryEntry
protected  java.util.Collection ImportBindingWizardController.loadConnectorTypes(DirectoryEntry deFile, boolean errorIfNoneFound)
           
 

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

Fields in com.metamatrix.toolbox.ui.widget declared as DirectoryEntry
protected  DirectoryEntry DirectoryChooserPanel.existingDirectoryEntry
           
protected  DirectoryEntry DirectoryChooserPanel.homeDirectoryEntry
           
protected  DirectoryEntry DirectoryChooserPanel.parentDirectoryEntry
           
protected  DirectoryEntry DirectoryChooserPanel.selectedDirectoryEntry
           
 

Methods in com.metamatrix.toolbox.ui.widget that return DirectoryEntry
 DirectoryEntry DirectoryChooserPanel.getFolderComboBoxSelection()
           
 DirectoryEntry DirectoryChooserPanel.getParentDirectoryEntry()
           
 DirectoryEntry DirectoryChooserPanel.getRoot()
          Returns the root of the DirectoryEntryView
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type DirectoryEntry
protected  void DirectoryChooserPanel.setNameFieldValueToParentName(DirectoryEntry parentDirectoryEntry)
           
 void DirectoryEntryTable.setTableArray(DirectoryEntry entry)
           
 void DirectoryEntryTable.setTableArray(DirectoryEntry entry, java.util.Collection showProperties)
           
 

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

Constructors in com.metamatrix.toolbox.ui.widget.property with parameters of type DirectoryEntry
DirectoryEntryPropertyComponent(java.lang.String dialogTitle, java.lang.String rootPath, DirectoryEntry homeEntry, int index)
           
 



Copyright © 2009. All Rights Reserved.