Uses of Class
romanemperorsscraper.ui.choice.DynastyChoiceTitlePanel
-
Packages that use DynastyChoiceTitlePanel Package Description romanemperorsscraper.ui.choice -
-
Uses of DynastyChoiceTitlePanel in romanemperorsscraper.ui.choice
Fields in romanemperorsscraper.ui.choice declared as DynastyChoiceTitlePanel Modifier and Type Field Description private DynastyChoiceTitlePanelExportButton. dynastyChoiceTitlePanelprivate DynastyChoiceTitlePanelImportButton. dynastyChoiceTitlePanelprivate DynastyChoiceTitlePanelDynastyChoiceFrame. TitlePanelConstructors in romanemperorsscraper.ui.choice with parameters of type DynastyChoiceTitlePanel Constructor Description ExportButton(DynastyChoiceTitlePanel dynastyChoiceTitlePanel, java.lang.String exportButtonIconPath, java.lang.String exportButtonRolloverIconName)Given the Dynasty Choice Title Panel the button is contained in, the icon path and the rollover icon path, construct an ExportButton object by setting its properties (width, height, icon) and its action listenerImportButton(DynastyChoiceTitlePanel dynastyChoiceTitlePanel, java.lang.String importButtonIconPath, java.lang.String importButtonRolloverIconName)Given the Dynasty Choice Title Panel the button is contained in, the icon path and the rollover icon path, construct an ImportButton object by setting its properties (width, height, icon) and its action listener
-