Uses of Class
ch.supertomcat.supertomcatutils.gui.dialog.about.InfoActionType
-
Packages that use InfoActionType Package Description ch.supertomcat.supertomcatutils.gui.dialog.about -
-
Uses of InfoActionType in ch.supertomcat.supertomcatutils.gui.dialog.about
Methods in ch.supertomcat.supertomcatutils.gui.dialog.about that return InfoActionType Modifier and Type Method Description static InfoActionTypeInfoActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InfoActionType[]InfoActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.supertomcat.supertomcatutils.gui.dialog.about with parameters of type InfoActionType Modifier and Type Method Description protected voidAboutDialogProgramPanel. addInformation(JPanel pnl, String title, String information, InfoActionType infoActionType)Add Information
-