public class CareWebShellEx.PathResolver extends Object
| Constructor and Description |
|---|
CareWebShellEx.PathResolver(Class<? extends UIElementBase> rootClass,
Class<? extends UIElementBase> childClass)
Creates a path resolver.
|
| Modifier and Type | Method and Description |
|---|---|
protected UIElementBase |
getRoot(UIElementTabPane tabPane)
Returns the root for the specified tab pane.
|
protected UIElementBase |
resolvePath(UIElementTabPane tabPane,
String path)
Resolves the path, returning the UI element to be used as the parent of the plugin.
|
public CareWebShellEx.PathResolver(Class<? extends UIElementBase> rootClass, Class<? extends UIElementBase> childClass)
rootClass - This is the class that will hold instances of the child class.childClass - This is the class that will hold the plugin.protected UIElementBase resolvePath(UIElementTabPane tabPane, String path)
tabPane - Tab pane.path - Path to resolve.protected UIElementBase getRoot(UIElementTabPane tabPane)
tabPane - The tab pane.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.