Uses of Class
romanemperorsscraper.ui.tree.DynastyTreeFrame
-
Packages that use DynastyTreeFrame Package Description romanemperorsscraper.ui.tree -
-
Uses of DynastyTreeFrame in romanemperorsscraper.ui.tree
Fields in romanemperorsscraper.ui.tree declared as DynastyTreeFrame Modifier and Type Field Description private DynastyTreeFrameCloseDynastyTreeFrameButton. dynastyTreeFrameprivate DynastyTreeFrameDynastyTreeBodyPanel. dynastyTreeFrameprivate DynastyTreeFrameDynastyTreeTitlePanel. dynastyTreeFrameprivate static DynastyTreeFrameDynastyTreeFrame. legendFrameInstanceMethods in romanemperorsscraper.ui.tree that return DynastyTreeFrame Modifier and Type Method Description static DynastyTreeFrameDynastyTreeFrame. createOrGetLegendFrameInstance(org.graphstream.graph.Graph graph, Dynasty graphLegendDynasty)Create the DynastyTreeFrame of the graph legend or return it if it was already createdstatic DynastyTreeFrameDynastyTreeFrame. getLegendFrameInstance()Methods in romanemperorsscraper.ui.tree with parameters of type DynastyTreeFrame Modifier and Type Method Description static voidDynastyTreeFrame. setLegendFrameInstance(DynastyTreeFrame dynastyTreeFrame)Constructors in romanemperorsscraper.ui.tree with parameters of type DynastyTreeFrame Constructor Description CloseDynastyTreeFrameButton(DynastyTreeFrame dynastyTreeFrame, java.lang.String buttonIconPath, java.lang.String buttonRolloverIconPath)Construct a DynastyTreeFrame object by setting its field valuesDynastyTreeBodyPanel(DynastyTreeFrame dynastyTreeFrame, org.graphstream.graph.Graph graph)Create a panel containing the graph of the dynasty's genealogical treeDynastyTreeTitlePanel(DynastyTreeFrame dynastyTreeFrame)Create a panel containing the dynasty name, the container with the button to close this DynastyTreeFrame instance and the container with the button to open the list of dynasty people
-