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

Quick Search    Search Deep

org.pqt.autorib.rib
Class RIBOptionRec  view RIBOptionRec download RIBOptionRec.java

java.lang.Object
  extended byorg.pqt.autorib.rib.RIBStateRec
      extended byorg.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 $

Field Summary
 org.pqt.autorib.util.PathSearch archivePath
           
 
Fields inherited from class org.pqt.autorib.rib.RIBStateRec
inheritsFrom, newContent, newSpecialContent
 
Constructor Summary
RIBOptionRec()
           
RIBOptionRec(RIBOptionRec a)
           
 
Method Summary
 java.lang.String baseName()
           
 int formatX()
           
 int formatY()
           
private  void init()
           
 boolean put(RIBRequest rq)
          check an RIBRequest to see if it is an Option request.
 void writeAllNonSpecial(java.io.Writer out)
           
 
Methods inherited from class org.pqt.autorib.rib.RIBStateRec
clone, filteredWrite, filteredWriteNonSpecial, filteredWriteSpecial, filteredWriteSpecial, get, put, write, writeNonSpecial, writeSpecial, writeSpecial
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

archivePath

public org.pqt.autorib.util.PathSearch archivePath
Constructor Detail

RIBOptionRec

public RIBOptionRec(RIBOptionRec a)

RIBOptionRec

public RIBOptionRec()
Method Detail

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