Package io.github.qishr.cascara.ui.option
Interface StringOption
java.lang.Object
io.github.qishr.cascara.ui.option.StringOption
All Implemented Interfaces:
Option
All Known Implementing Classes:
SimpleStringOption
public interface StringOption
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract String | getOptionText() |
Method Details
getOptionText
public abstract String getOptionText()
Specified By: