java.lang.Object
org.pqt.autorib.rib.RIBStateRec
org.pqt.autorib.rib.RIBOptionRec
- All Implemented Interfaces:
- java.lang.Cloneable
- public class RIBOptionRec
- extends RIBStateRec
stores options read from an RIB file, and is also
used to store Objects defined in the RIB file. Options
are things like Display, Format etc. as well as the
standard 'Option' call. They are divided into two types
those where a second instance supercedes the former
(Format, for example) and those where two different
instances can be valid at the same time (which is
true for Options for example)
- Version:
- $Header: /home/CVSRepository/autoribnew/org/pqt/autorib/rib/RIBOptionRec.java,v 1.5 2003/12/02 17:10:42 remote Exp $
| Methods inherited from class org.pqt.autorib.rib.RIBStateRec |
clone, filteredWrite, filteredWriteNonSpecial, filteredWriteSpecial, filteredWriteSpecial, get, put, write, writeNonSpecial, writeSpecial, writeSpecial |
archivePath
public org.pqt.autorib.util.PathSearch archivePath
RIBOptionRec
public RIBOptionRec(RIBOptionRec a)
RIBOptionRec
public RIBOptionRec()
init
private void init()
put
public boolean put(RIBRequest rq)
- check an RIBRequest to see if it is an Option request. Update the
Hashtable of current standard options replacing any existing options
- Overrides:
put in class RIBStateRec
formatX
public int formatX()
formatY
public int formatY()
baseName
public java.lang.String baseName()
writeAllNonSpecial
public void writeAllNonSpecial(java.io.Writer out)
throws java.io.IOException