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 ETableOutputFormat
ETableOutputFormat.fromInt(int key)
static ETableOutputFormat
Returns 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 TypeMethodDescriptionvoid
TableOutputLayoutOptionPanel.setOutputFormat(ETableOutputFormat preferedFormat)