Class Separator
java.lang.Object
org.jline.consoleui.elements.items.impl.Separator
- All Implemented Interfaces:
CheckboxItemIF
,ChoiceItemIF
,ConsoleUIItemIF
,ListItemIF
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jline.consoleui.elements.items.CheckboxItemIF
isChecked
Methods inherited from interface org.jline.consoleui.elements.items.ChoiceItemIF
getKey, isDefaultChoice
Methods inherited from interface org.jline.consoleui.elements.items.ConsoleUIItemIF
getDisabledText, isDisabled
-
Field Details
-
message
-
-
Constructor Details
-
Separator
-
Separator
public Separator()
-
-
Method Details
-
getMessage
-
getText
- Specified by:
getText
in interfaceConsoleUIItemIF
-
isSelectable
public boolean isSelectable()- Specified by:
isSelectable
in interfaceConsoleUIItemIF
-
getName
- Specified by:
getName
in interfaceConsoleUIItemIF
-