| java.lang.Object org.openharmonise.him.displaycomponents.AbstractDisplayComponent org.openharmonise.him.displaycomponents.AbstractTreeTableDisplayComponent
All known Subclasses: org.openharmonise.him.displaycomponents.WorkflowDisplayComponent, org.openharmonise.him.displaycomponents.ArchiveDisplayComponent, org.openharmonise.him.displaycomponents.MetadataDisplayComponent, org.openharmonise.him.displaycomponents.UserDisplayComponent, org.openharmonise.him.displaycomponents.SearchDisplayComponent, org.openharmonise.him.displaycomponents.ContentDisplayComponent, org.openharmonise.him.displaycomponents.NewsletterDisplayComponent, org.openharmonise.him.displaycomponents.TemplatesDisplayComponent, org.openharmonise.him.displaycomponents.SystemReportsDisplayComponent,
AbstractTreeTableDisplayComponent | abstract public class AbstractTreeTableDisplayComponent extends AbstractDisplayComponent implements TreeViewListener,TableListener(Code) | | Base class for components that bridge both a tree component in the outlook
bar and a table component in the table area of the client's display.
author: Matthew Large version: $Revision: 1.1 $ |
m_resourceTree | protected ResourceTree m_resourceTree(Code) | | Tree component in the outlook bar.
|
AbstractTreeTableDisplayComponent | public AbstractTreeTableDisplayComponent(DisplayManager displayManager)(Code) | | Constructs a new abstract tree/table display component.
Parameters: displayManager - Display manager |
AbstractTreeTableDisplayComponent | public AbstractTreeTableDisplayComponent(DisplayManager displayManager, Server server, String sPath)(Code) | | Constructs a new abstract tree/table display component.
Parameters: displayManager - Display manager Parameters: server - Server Parameters: sPath - Full path |
addServerAndPath | public void addServerAndPath(Server server, String sPath)(Code) | | Adds a server and path to a collection within that server to this
component.
Parameters: server - Server Parameters: sPath - Full path |
fileSelection | abstract public void fileSelection(VersionEntry entry)(Code) | | Called when a historical virtual file is selected in the table
component.
Parameters: entry - Historical virtual file table entry |
getTableView | public TableView getTableView()(Code) | | Returns the table component.
Table component |
getTreeView | public ResourceTree getTreeView()(Code) | | Returns the tree component.
Tree component |
openPathInTree | public void openPathInTree(String sPath)(Code) | | Opens a specified path in the tree component.
Parameters: sPath - Full path |
|
|