Package net.mezzdev.config.gui.api
Interface IConfigListValueEditorOptions
public interface IConfigListValueEditorOptions
Provides display options for config list value editors.
- Since:
- 0.1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true when entries may be removed from the displayed list.
-
Method Details
-
allowsRemovingValues
boolean allowsRemovingValues()Return true when entries may be removed from the displayed list.- Since:
- 0.1.0
-