Uses of Class
romanemperorsscraper.ui.ButtonProperties
-
Packages that use ButtonProperties Package Description romanemperorsscraper.ui.choice romanemperorsscraper.ui.people romanemperorsscraper.ui.tree -
-
Uses of ButtonProperties in romanemperorsscraper.ui.choice
Subclasses of ButtonProperties in romanemperorsscraper.ui.choice Modifier and Type Class Description classDynastyChoiceButtonClass representing the buttons placed on DynastyChoiceFrame (inside the DynastyChoiceBodyPanel) which are used to choose the Dynasty whose genealogical tree graph the user wants to be drawn.classExportButtonClass representing the button placed on DynastyChoiceFrame (inside the DynastyChoiceTitlePanel) used to export dynasties and people's data.classImportButtonClass representing the button placed on DynastyChoiceFrame (inside the DynastyChoiceTitlePanel) used to import dynasties and people's data.Methods in romanemperorsscraper.ui.choice with parameters of type ButtonProperties Modifier and Type Method Description java.awt.ContainerDynastyChoiceTitlePanel. createImportExportContainer(ButtonProperties button, CustomTextArea textArea)Given a ButtonProperties button and its descriptive CustomTextArea, create a container which groups them -
Uses of ButtonProperties in romanemperorsscraper.ui.people
Subclasses of ButtonProperties in romanemperorsscraper.ui.people Modifier and Type Class Description classBackToGraphButtonClass representing the button placed on the PersonCard frame used to go back to the genealogical tree graph of the dynasty the person is related to.classGoToSuccessorButtonClass representing the button placed on the PersonCard frame (only when the person is an emperor) to go to its successor's PersonCard.classPeopleListOpenButtonClass used to create and represent a button used to open a PeopleList instance related to a specific Dynasty. -
Uses of ButtonProperties in romanemperorsscraper.ui.tree
Subclasses of ButtonProperties in romanemperorsscraper.ui.tree Modifier and Type Class Description classCloseDynastyTreeFrameButtonClass representing the button placed on the DynastyTreeFrame used to close it and go back to the DynastyChoiceFrame
-