Uses of Enum Class
be.gaudry.model.disposition.ETextLocation
Packages that use ETextLocation
Package
Description
Provides the classes necessary to define how (where) to show or to export some information.
-
Uses of ETextLocation in be.gaudry.model.disposition
Methods in be.gaudry.model.disposition that return ETextLocationModifier and TypeMethodDescriptionstatic ETextLocation
ETextLocation.fromInt(int key)
static ETextLocation
Returns the enum constant of this class with the specified name.static ETextLocation[]
ETextLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ETextLocation in be.gaudry.swing.component.table.output.factory
Fields in be.gaudry.swing.component.table.output.factory declared as ETextLocationMethods in be.gaudry.swing.component.table.output.factory that return ETextLocationMethods in be.gaudry.swing.component.table.output.factory with parameters of type ETextLocationModifier and TypeMethodDescriptionvoid
AbstractTableOutput.setTextPosition(ETextLocation textPosition)