Class ListCell<T>
java.lang.Object
org.springframework.shell.component.view.control.AbstractControl
org.springframework.shell.component.view.control.cell.AbstractCell<T>
org.springframework.shell.component.view.control.cell.ListCell<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.shell.component.view.control.cell.AbstractCell
getBackgroundColor, getForegroundColor, getItem, getStyle, isSelected, setBackgroundColor, setForegroundColor, setItem, setStyle, updateSelectedMethods inherited from class org.springframework.shell.component.view.control.AbstractControl
getRect, getThemeName, getThemeResolver, resolveThemeBackground, resolveThemeForeground, resolveThemeStyle, setRect, setThemeName, setThemeResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.shell.component.view.control.Control
getRect, setRect, setThemeName, setThemeResolver
-
Field Details
-
text
-
-
Constructor Details
-
ListCell
public ListCell()
-
-
Method Details
-
draw
Description copied from interface:Control- Parameters:
screen- the screen
-
updateItem
-