|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.VerifierDDSOptions
public class VerifierDDSOptions
This is the class that declares the options for DDS PV. The state data contains two sets, a persistent set, and a derived set. The persistent set is loaded and stored from the preference store. The derived set is a set that is derived from the persistent set, and is formatted specifically for the verifier. The derived set is never saved.
Field Summary | |
---|---|
protected VerifierDDS |
_verifier
|
static int |
AFPDS_PRTF_DEV_TYPE
|
boolean |
bRefreshCache
|
static String |
Copyright
|
static int |
IPDS_PRTF_DEV_TYPE
|
static String |
PRTF_DEV_TYPE
|
static String |
PRTF_PAGE_HEIGHT
|
static String |
PRTF_PAGE_WIDTH
|
static int |
SCS_PRTF_DEV_TYPE
|
Constructor Summary | |
---|---|
VerifierDDSOptions(VerifierDDS verifier)
Constructs the object, and loads the options from the preference store into its state. |
Method Summary | |
---|---|
int |
getPageHeight()
Returns the height of the page |
int |
getPageWidth()
Returns the width of the page |
int |
getPrtfDevType()
Returns an integer value corresponding to the printer device type. |
protected void |
loadPreferences()
Loads the verifier options from the preference store. |
void |
storePreferences()
Stores the options back into the preference store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
public static final int SCS_PRTF_DEV_TYPE
public static final int IPDS_PRTF_DEV_TYPE
public static final int AFPDS_PRTF_DEV_TYPE
public static final String PRTF_DEV_TYPE
public static final String PRTF_PAGE_HEIGHT
public static final String PRTF_PAGE_WIDTH
public boolean bRefreshCache
protected VerifierDDS _verifier
Constructor Detail |
---|
public VerifierDDSOptions(VerifierDDS verifier)
Method Detail |
---|
protected void loadPreferences()
public void storePreferences()
public int getPrtfDevType()
public int getPageHeight()
public int getPageWidth()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |