Class Separator
- java.lang.Object
-
- org.jline.consoleui.elements.items.impl.Separator
-
- All Implemented Interfaces:
CheckboxItemIF
,ChoiceItemIF
,ConsoleUIItemIF
,ListItemIF
public class Separator extends java.lang.Object implements CheckboxItemIF, ListItemIF, ChoiceItemIF
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.String
getName()
java.lang.String
getText()
boolean
isSelectable()
-
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
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceConsoleUIItemIF
-
isSelectable
public boolean isSelectable()
- Specified by:
isSelectable
in interfaceConsoleUIItemIF
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceConsoleUIItemIF
-
-