Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.bu
Class BuTerminalKey  view BuTerminalKey download BuTerminalKey.java

java.lang.Object
  extended bycom.memoire.bu.BuTerminalKey

public class BuTerminalKey
extends java.lang.Object

A struct to describe how to display in terminals.


Field Summary
(package private)  int color_
           
static java.lang.String LEFT
           
static java.lang.String RIGHT
           
(package private)  byte style_
           
(package private)  java.lang.String til_
           
static java.lang.String WHOLE
           
(package private)  java.lang.String word_
           
 
Constructor Summary
BuTerminalKey(java.lang.String _word, int _color, byte _style, java.lang.String _til)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHOLE

public static final java.lang.String WHOLE
See Also:
Constant Field Values

LEFT

public static final java.lang.String LEFT
See Also:
Constant Field Values

RIGHT

public static final java.lang.String RIGHT
See Also:
Constant Field Values

word_

java.lang.String word_

color_

int color_

style_

byte style_

til_

java.lang.String til_
Constructor Detail

BuTerminalKey

public BuTerminalKey(java.lang.String _word,
                     int _color,
                     byte _style,
                     java.lang.String _til)