JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
gg.xp.xivsupport.gui.tables.EditMode
Packages that use
EditMode
Package
Description
gg.xp.xivsupport.gui.tables
Uses of
EditMode
in
gg.xp.xivsupport.gui.tables
Methods in
gg.xp.xivsupport.gui.tables
that return
EditMode
Modifier and Type
Method
Description
static
EditMode
EditMode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
EditMode
[]
EditMode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.
Methods in
gg.xp.xivsupport.gui.tables
with parameters of type
EditMode
Modifier and Type
Method
Description
void
TableWithFilterAndDetails.
setEditMode
(
EditMode
editMode)