aminePlatform.guis.cgDrawing
Class HierarchyWndCG
java.lang.Object
java.util.Dictionary
java.util.Hashtable
aminePlatform.guis.cgDrawing.HierarchyWndCG
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class HierarchyWndCG
- extends java.util.Hashtable
Title : HierarchyWndGC
Description : HierarchyWndGC is used in CG drawing to manage the
hierarchy of open frames (frames that show embeeded CGs).
Copyright : Copyright (c) Adil KABBAJ 2004-2009
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Hashtable |
|
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
mainFrame
public MainFrame mainFrame
WndRacine
public GraphDrawFrame WndRacine
WndActive
public GraphDrawFrame WndActive
HierarchyWndCG
public HierarchyWndCG(MainFrame f)
getRoot
public GraphDrawFrame getRoot()
setRoot
public void setRoot(GraphDrawFrame wd)
newChild
public void newChild(GraphDrawFrame wdPere,
GraphDrawFrame wdFils)
findFrameForCG
public GraphDrawFrame findFrameForCG(Graph graph)
repaintAllActiveWnd
public void repaintAllActiveWnd()
clear
public void clear(boolean all)
getFatherFrame
public GraphDrawFrame getFatherFrame(GraphDrawFrame wdGC)
closeFrame
public void closeFrame(GraphDrawFrame wdGC,
boolean all,
boolean bConsultUser)
closeChildrenFrames
void closeChildrenFrames(GraphDrawFrame wd)