JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
velox.gui.colors
Interface ColorsConfigItem.InsetsStyle.Visitor<T>
Enclosing interface:
ColorsConfigItem.InsetsStyle
public static interface
ColorsConfigItem.InsetsStyle.Visitor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
onCustom
(
Insets
insets)
T
onDefault
()
T
onMenu
()
Method Details
onMenu
T
onMenu
()
onCustom
T
onCustom
(
Insets
insets)
onDefault
T
onDefault
()