public class CliTableResultView extends CliResultView<CliTableResultView.ResultTableOperation>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CliTableResultView.ResultTableOperation
Available operations for this view.
|
columnWidths, NO_ROW_SELECTED, previousResults, REFRESH_INTERVALS, refreshInterval, resultDescriptor, results, selectedRow| 构造器和说明 |
|---|
CliTableResultView(CliClient client,
ResultDescriptor resultDescriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<org.jline.utils.AttributedString> |
computeFooterLines() |
protected List<org.jline.utils.AttributedString> |
computeHeaderLines() |
protected List<org.jline.utils.AttributedString> |
computeMainHeaderLines() |
protected void |
evaluate(CliTableResultView.ResultTableOperation operation,
String binding) |
protected org.jline.keymap.KeyMap<CliTableResultView.ResultTableOperation> |
getKeys() |
protected String[] |
getRow(String[] resultRow) |
protected String |
getTitle() |
protected void |
refresh() |
cleanUp, computeMainLines, decreaseRefreshInterval, increaseRefreshInterval, init, isRetrieving, openRow, selectRowDown, selectRowUp, stopRetrievalclose, close, close, display, getFooterLines, getHeaderLines, getHeight, getMainHeaderLines, getMainLines, getResult, getTitleLine, getTotalMainWidth, getVisibleMainHeight, getWidth, isRunning, open, resetAllParts, resetMainPart, scrollDown, scrollDown, scrollLeft, scrollRight, scrollUppublic CliTableResultView(CliClient client, ResultDescriptor resultDescriptor)
protected void refresh()
protected org.jline.keymap.KeyMap<CliTableResultView.ResultTableOperation> getKeys()
protected void evaluate(CliTableResultView.ResultTableOperation operation, String binding)
protected String getTitle()
protected List<org.jline.utils.AttributedString> computeHeaderLines()
protected List<org.jline.utils.AttributedString> computeMainHeaderLines()
protected List<org.jline.utils.AttributedString> computeFooterLines()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.