Package org.moddingx.libx.config.gui
Interface EditorOps
- All Known Implementing Classes:
ColorPicker
,Panel
public interface EditorOps
This interface can be implemented by widgets, so other
config editors
can control them.
For example, an editor for optionals
can disable a widget if the user unsets the checkbox, so
no value should be available.-
Method Summary
-
Method Details
-
enabled
default void enabled(boolean enabled) Marks a widget as enabled or disabled. -
wrap
Wraps aGuiEventListener
into matching editor ops.
-