Uses of Enum Class
be.gaudry.model.disposition.ETableOutputFormat
Packages that use ETableOutputFormat
Package
Description
Provides the classes necessary to define how (where) to show or to export some information.
-
Uses of ETableOutputFormat in be.gaudry.model.disposition
Methods in be.gaudry.model.disposition that return ETableOutputFormatModifier and TypeMethodDescriptionstatic ETableOutputFormatETableOutputFormat.fromInt(int key)static ETableOutputFormatReturns the enum constant of this class with the specified name.static ETableOutputFormat[]ETableOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ETableOutputFormat in be.gaudry.swing.component.table.output.control
Methods in be.gaudry.swing.component.table.output.control that return ETableOutputFormatMethods in be.gaudry.swing.component.table.output.control with parameters of type ETableOutputFormatModifier and TypeMethodDescriptionvoidTableOutputLayoutOptionPanel.setOutputFormat(ETableOutputFormat preferedFormat)