Uses of Enum Class
de.f0rce.ace.enums.AceExportType
Packages that use AceExportType
-
Uses of AceExportType in de.f0rce.ace
Methods in de.f0rce.ace with parameters of type AceExportTypeModifier and TypeMethodDescriptionvoidAceEditor.generateHTML(AceExportType type) Generates a fully functional static HTML-String with the current value of the editor, which can be used to print for example.voidAceEditor.print(AceExportType exportType) Open a print dialog with current's ace value. -
Uses of AceExportType in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceExportTypeModifier and TypeMethodDescriptionstatic AceExportTypeReturns the enum constant of this class with the specified name.static AceExportType[]AceExportType.values()Returns an array containing the constants of this enum class, in the order they are declared.