Interface HasRestrictedValue<T>
-
public interface HasRestrictedValue<T>Editor that restrict a set of predefined values to use.
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonValueRestricted(T value)Specify the value that is restricted to use.voidonValueUnRestricted(T value)Specify the value that was restricted for using but it can be used again.
-