Uses of Enum Class
com.github.tadukoo.view.constants.CloseOperation
Packages that use CloseOperation
Package
Description
Contains constants used in View settings
Provides
MainForm
(and abstract implementations) to be used
for displaying MappedPojos
to the user in a multi-tab layout for
the main form of the program-
Uses of CloseOperation in com.github.tadukoo.view.constants
Methods in com.github.tadukoo.view.constants that return CloseOperationModifier and TypeMethodDescriptionstatic CloseOperation
Returns the enum constant of this class with the specified name.static CloseOperation[]
CloseOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CloseOperation in com.github.tadukoo.view.form.main
Methods in com.github.tadukoo.view.form.main that return CloseOperation