|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title : MainFrame
Description : MainFrame is an interface for the specification of the main frame for Graph Drawing
Copyright : Copyright (c) Adil KABBAJ 2004-2009
Method Summary | |
void |
addChild(GraphDrawFrame frame,
GraphDrawFrame newChild)
|
void |
closeFrame(GraphDrawFrame graphDrawFrame,
boolean andDescendant)
|
void |
File_Save()
|
java.util.ArrayList |
getChildrenOf(GraphDrawFrame graphDrawFrame)
|
GraphDrawFrame |
getCurrentGraphDrawFrame()
|
javax.swing.JDesktopPane |
getDeskTop()
|
javax.swing.JDesktopPane |
getDeskTopBrowser()
|
HierarchyWndCG |
getHierarchyWndCG()
|
GraphDrawContainer |
getNewGraphDrawContainer(GraphDrawFrame frame,
Lexicon lexicon)
|
void |
onCopy()
|
void |
onCut()
|
void |
onEditEdge()
|
void |
onEditNode()
|
void |
onPaste()
|
void |
repaintMainFrame()
|
void |
setCurrentGraphDrawFrame(GraphDrawFrame graphDrawFrame)
|
void |
setHierarchyWndCG(HierarchyWndCG hierWndCG)
|
void |
updateMenuItems()
|
void |
updateMenuItems1And2(boolean mode)
|
Method Detail |
public GraphDrawFrame getCurrentGraphDrawFrame()
public void setCurrentGraphDrawFrame(GraphDrawFrame graphDrawFrame)
public void updateMenuItems()
public void updateMenuItems1And2(boolean mode)
public void closeFrame(GraphDrawFrame graphDrawFrame, boolean andDescendant)
public java.util.ArrayList getChildrenOf(GraphDrawFrame graphDrawFrame)
public void addChild(GraphDrawFrame frame, GraphDrawFrame newChild)
public HierarchyWndCG getHierarchyWndCG()
public void setHierarchyWndCG(HierarchyWndCG hierWndCG)
public void repaintMainFrame()
public void File_Save()
public javax.swing.JDesktopPane getDeskTop()
public javax.swing.JDesktopPane getDeskTopBrowser()
public GraphDrawContainer getNewGraphDrawContainer(GraphDrawFrame frame, Lexicon lexicon)
public void onCut()
public void onCopy()
public void onPaste()
public void onEditNode()
public void onEditEdge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |