Interface pmr.simplegraph.Helpable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface pmr.simplegraph.Helpable

public interface Helpable
extends Object
this interface makes an object Helpable - it supports help generation and display

Author:
(C) P. Murray-Rust, 1996

Method Index

 o addHelp(String[])
add help text.
 o showHelp()
display help text.

Methods

 o addHelp
  public abstract void addHelp(String text[])
add help text.
 o showHelp
  public abstract void showHelp()
display help text.

All Packages  Class Hierarchy  This Package  Previous  Next  Index