Modifier and Type | Field and Description |
---|---|
protected Set<NodeForObject> |
AbstractNodeForObject.fatherNodeSet
father node of this node
|
Modifier and Type | Method and Description |
---|---|
NodeForObject |
INodeForObject.getMainFatherNode() |
NodeForObject |
AbstractNodeForObject.getMainFatherNode() |
NodeForObject |
MemoryImage.getRootNode() |
Modifier and Type | Method and Description |
---|---|
Collection<NodeForObject> |
NodeForObject.getChildNodeSet() |
Set<NodeForObject> |
INodeForObject.getFatherNodeSet() |
Set<NodeForObject> |
AbstractNodeForObject.getFatherNodeSet() |
Modifier and Type | Method and Description |
---|---|
void |
NodeForObject.addChild(NodeForObject childNode) |
void |
NodeForObject.addChild(String declaringClass,
String fieldName,
boolean staticField,
NodeForObject childNode) |
void |
NodeForObject.addFather(NodeForObject fatherNode) |
void |
NodeForObject.removeChild(NodeForObject childNode) |
void |
AbstractNodeForObject.setMainFatherNode(NodeForObject mainFatherNode) |
Modifier and Type | Method and Description |
---|---|
void |
NodeForObject.accept(ITreeNodeForObjectVisitor visitor,
Set<NodeForObject> visitedSet,
int depth) |
Constructor and Description |
---|
AbstractNodeForObject(NodeForObject fatherNode) |
AbstractNodeForObject(NodeIdentifier identifier,
NodeForObject fatherNode,
Set<NodeForObject> fatherNodeSet) |
LeafNodeForObject(NodeForObject nodeForObject) |
MemoryImage(NodeForObject rootNode,
Map<WeakObjectIdentityKey,NodeForObject> nodeForObjectByWeakMap,
Map<String,Set<NodeForObject>> instanceOfClassMap) |
NodeForObject(NodeForObject fatherNode,
NodeIdentifier identifier,
int identityHashCode,
String objectClassName,
boolean markedNew,
boolean markedNewSon,
Map<NodeIdentifier,String> fieldByChildNodeIdMap,
Map<NodeIdentifier,Boolean> fieldIsStaticMap,
int objectSize) |
NodeForObject(NodeForObject fatherNode,
WeakObjectIdentityKey weakObject)
set the reference on object which for this persistence information is for
|
Constructor and Description |
---|
AbstractNodeForObject(NodeIdentifier identifier,
NodeForObject fatherNode,
Set<NodeForObject> fatherNodeSet) |
MemoryImage(NodeForObject rootNode,
Map<WeakObjectIdentityKey,NodeForObject> nodeForObjectByWeakMap,
Map<String,Set<NodeForObject>> instanceOfClassMap) |
MemoryImage(NodeForObject rootNode,
Map<WeakObjectIdentityKey,NodeForObject> nodeForObjectByWeakMap,
Map<String,Set<NodeForObject>> instanceOfClassMap) |
Modifier and Type | Method and Description |
---|---|
NodeForObject |
NodeForObjectModel.getRootNode() |
Modifier and Type | Method and Description |
---|---|
Set<NodeForObject> |
NodeForObjectModel.getNewNodeSet() |
Modifier and Type | Method and Description |
---|---|
void |
NodeForObjectModel.add(NodeForObject nodeForObject) |
void |
NodeForObjectModel.setRootNode(NodeForObject rootNode) |
Modifier and Type | Method and Description |
---|---|
List<NodeForObject> |
MemInspector.addedList() |
Deque<NodeForObject> |
MemInspector.searchObject(Object object) |
Modifier and Type | Method and Description |
---|---|
void |
ITreeNodeForObjectVisitor.beginVisit(NodeForObject nodeForObject,
boolean firstVisit) |
NodeForObjectTO |
NodeForObjectTransferObjectFactory.createNodeForObjectTO(NodeForObject nodeForObject) |
void |
ITreeNodeForObjectVisitor.endVisit(NodeForObject nodeForObject) |
Modifier and Type | Method and Description |
---|---|
void |
MainFrame.newNodeSelected(NodeForObject selectedNodeForObject) |
Modifier and Type | Method and Description |
---|---|
void |
INewNodeSelectedListener.newNodeSelected(NodeForObject selectedNodeForObject) |
Constructor and Description |
---|
JTableModelForNewObject(Set<NodeForObject> newNodeSet) |
NewNodePanel(Set<NodeForObject> newNodeSet,
INewNodeSelectedListener newNodeSelectedListener) |
Modifier and Type | Method and Description |
---|---|
NodeForObject |
JTableModelForFatherNode.NodeInfo.getNodeForObject() |
Modifier and Type | Method and Description |
---|---|
void |
NodeTreePanel.selectNode(NodeForObject nodeForObject) |
Constructor and Description |
---|
JTableModelForFatherNode.NodeInfo(NodeForObject nodeForObject,
boolean mainFather) |
NodeTreePanel(NodeForObject rootNode) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.