|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPlots.Environment
Environment supporting class for ViewPlots This class handles the retrieving of environment settings for both the applet (passed from html), or from the aplication (command line arguments). It simplifies the ViewPlots code to reduce the confusion the mode can add.
| Field Summary | |
(package private) java.util.Hashtable |
itsHash
Hashtable to store environment info in, from argument line in application case |
| Constructor Summary | |
ViewPlots.Environment()
Default constructor. |
|
ViewPlots.Environment(java.lang.String[] theArgs)
Application constructor Used for creating a new Environment from the parameters passed in on the command line. |
|
| Method Summary | |
boolean |
getDateChange()
Returns the date change flag. |
java.util.Vector |
getFilters()
Returns the file filters. |
java.lang.String |
getRootDir()
Returns the root directory. |
boolean |
getShowDirs()
Returns the show directory flag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.Hashtable itsHash
| Constructor Detail |
public ViewPlots.Environment()
public ViewPlots.Environment(java.lang.String[] theArgs)
theArgs - The arguments from the command line to be parsed.| Method Detail |
public java.lang.String getRootDir()
public boolean getShowDirs()
public boolean getDateChange()
public java.util.Vector getFilters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||