Uses of Class
romanemperorsscraper.ui.choice.DynastyChoiceButton
-
Packages that use DynastyChoiceButton Package Description romanemperorsscraper.ui.choice -
-
Uses of DynastyChoiceButton in romanemperorsscraper.ui.choice
Fields in romanemperorsscraper.ui.choice with type parameters of type DynastyChoiceButton Modifier and Type Field Description private static java.util.HashMap<java.lang.String,DynastyChoiceButton>DynastyChoiceButton. buttonsMethods in romanemperorsscraper.ui.choice that return DynastyChoiceButton Modifier and Type Method Description static DynastyChoiceButtonDynastyChoiceButton. getButton(java.lang.String dynastyPageUrl)Get the DynastyChoiceButton relative to a specific dynastyMethods in romanemperorsscraper.ui.choice with parameters of type DynastyChoiceButton Modifier and Type Method Description java.awt.ContainerDynastyChoiceBodyPanel. createButtonLabelDynastyContainer(DynastyChoiceButton dynastyChoiceButton, CustomTextArea dynastyChoiceTextArea)Given a button and a textArea, create a container to group themvoidDynastyChoiceBodyPanel. disableButton(java.lang.String dynastyPageUrl, DynastyChoiceButton button)Given the Wikipedia page URL of a Dynasty and the corresponding scraping button, disable it.
-