All Packages Class Hierarchy This Package Previous Next Index
 
 compareTo(Browseable, int, boolean)
	compareTo(Browseable, int, boolean)
   exportToLineOfASCII()
	exportToLineOfASCII()
  String.
   exportToLineOfHTML()
	exportToLineOfHTML()
  String, consisting of a single line.
   exportToLinesOfHTML()
	exportToLinesOfHTML()
  String, consisting of several lines.
   getActions()
	getActions()
   getKeys()
	getKeys()
   getMethodName(int)
	getMethodName(int)
   getName()
	getName()
   
 getName
getName
public abstract String getName()
 exportToLineOfHTML
exportToLineOfHTML
public abstract String exportToLineOfHTML()
String, consisting of a single line.
 The HTML should be limited to those HTML tags supported by the Tinguin.
 The method gives full control over the formatting.
 exportToLinesOfHTML
exportToLinesOfHTML
public abstract String exportToLinesOfHTML()
String, consisting of several lines.
 The HTML should be limited to those HTML tags supported by the Tinguin.
 The method gives full control over the formatting.
 exportToLineOfASCII
exportToLineOfASCII
public abstract String exportToLineOfASCII()
String.
 The ASCII String is to be included in a simply formatted file, for example.
 The method gives full control over the formatting.
 compareTo
compareTo
 public abstract int compareTo(Browseable other,
                               int keyno,
                               boolean reverse)
Precondition: the objects must be of the same type.
this.
    true use the reverse order.
    this is "less than", "equal to", or "larger than"
 other, respectively.
   getKeys
getKeys
public abstract String[] getKeys()
 getActions
getActions
public abstract String[] getActions()
 getMethodName
getMethodName
public abstract String getMethodName(int n)
All Packages Class Hierarchy This Package Previous Next Index