org.apache.blur.shell
Class TableDisplay
java.lang.Object
org.apache.blur.shell.TableDisplay
- All Implemented Interfaces:
- Closeable
public class TableDisplay
- extends Object
- implements Closeable
Constructor Summary |
TableDisplay(jline.console.ConsoleReader reader)
|
TableDisplay
public TableDisplay(jline.console.ConsoleReader reader)
main
public static void main(String[] args)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
addKeyHook
public void addKeyHook(Runnable runnable,
int c)
setDescription
public void setDescription(String description)
setSeperator
public void setSeperator(String seperator)
setHeader
public void setHeader(int x,
String name)
set
public void set(int x,
int y,
Object value)
remove
public void remove(int x,
int y)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
setStopReadingInput
public void setStopReadingInput(boolean b)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.