Package | Description |
---|---|
com.mockturtlesolutions.snifflib.guitools.components |
Widgets and support classes for graphical user interfaces.
|
com.mockturtlesolutions.snifflib.invprobs |
Contains standard classes and interfaces for solving statistical inverse problems.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedParameterNode
Node intended for DomainNameTree.
|
class |
ServedDomainNameNode
This DomainNameNode is associated with an IconServer and will attempt to serve icons on demand.
|
Modifier and Type | Method and Description |
---|---|
DomainNameNode |
DomainNameNode.getChild(java.lang.String key) |
DomainNameNode |
DomainNameNodeEditor.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
DomainNameNode.addChild(java.lang.String key,
DomainNameNode child) |
void |
DomainNameTree.insert(DomainNameNode obj)
Inserts a node into the tree.
|
void |
DomainNameTree.remove(DomainNameNode obj) |
void |
DomainNameNodeEditor.setNode(DomainNameNode n) |
Modifier and Type | Method and Description |
---|---|
DomainNameNode |
HierarchyTree.getDomainNameNodeForDomain(java.lang.String targetdomain) |
Modifier and Type | Method and Description |
---|---|
void |
HierarchyTree.insertDomainNameNode(DomainNameNode newnode) |
void |
HierarchyTree.removeDomainNameNode(DomainNameNode newnode)
Removes the first domain node the same domain name as the given node.
|
Copyright © 2011, 2013. Daniel P. Dougherty