|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiagapplet.diagPreserve
public class diagPreserve
Stores all of the information kept between sessions by the diagnostics tool. Everything is accessed though getter/setter functions to be compatible with XMLDecoder/XMLEncoder as the files are saved in XML
Field Summary | |
---|---|
protected boolean |
Automatically_Keep_and_Use_PlotSets
|
Constructor Summary | |
---|---|
diagPreserve()
Creates a new instance of diagPreserve |
Method Summary | |
---|---|
boolean |
get_connected()
Get the value of connected flag from last run. |
java.util.Vector<java.lang.String> |
get_recentNmlConfigFileVector()
Get Recent NML Config Files. |
java.util.Vector<auxBufferPreserve> |
getAuxBuffersVector()
|
java.lang.String |
getDefaultNMLConfigFile()
Getter for property defaultNMLConfigFile. |
int |
getHeight()
Getter for property height. |
java.util.Vector<modulePreserve> |
getModulesVector()
Getter for property ModulesVector. |
plotSetPreserve |
getPlotSet()
Getter for property plotSet. |
java.util.Vector<java.lang.String> |
getRecentPlotSets()
Getter for property recentPlotSets. |
java.lang.String |
getSelectedAuxChannel()
Getter for property selectedAuxChannel. |
java.lang.String |
getSelectedModule()
Getter for property selectedModule. |
int |
getSelectedTab()
Getter for property selectedTab. |
int |
getWidth()
Getter for property width. |
int |
getWindow_state()
Getter for property window_state. |
int |
getX()
Getter for property x. |
int |
getY()
Getter for property y. |
boolean |
is_connected()
Get the value of connected flag from last run. |
boolean |
isAuto_connect_disconnect()
Getter for property auto_connect_disconnect. |
boolean |
isAutomatically_Keep_and_Use_PlotSets()
Get the value of Automatically_Keep_and_Use_PlotSets |
boolean |
isMoved()
Getter for property moved. |
boolean |
isResized()
Getter for property resized. |
void |
set_connected(boolean _connected)
Set a flag so the diagnostics too will reconnect or not when next restarted. |
void |
set_recentNmlConfigFileVector(java.util.Vector<java.lang.String> _recentNmlConfigFileVector)
Set The vector of strings of NML config file names. |
void |
setAuto_connect_disconnect(boolean auto_connect_disconnect)
Setter for property auto_connect_disconnect. |
void |
setAutomatically_Keep_and_Use_PlotSets(boolean Automatically_Keep_and_Use_PlotSets)
Set the value of Automatically_Keep_and_Use_PlotSets |
void |
setAuxBuffersVector(java.util.Vector<auxBufferPreserve> AuxBuffersVector)
|
void |
setDefaultNMLConfigFile(java.lang.String defaultNMLConfigFile)
Setter for property defaultNMLConfigFile. |
void |
setHeight(int height)
Setter for property height. |
void |
setModulesVector(java.util.Vector<modulePreserve> ModulesVector)
Setter for property ModulesVector. |
void |
setMoved(boolean moved)
Setter for property moved. |
void |
setPlotSet(plotSetPreserve plotSet)
Setter for property plotSet. |
void |
setRecentPlotSets(java.util.Vector<java.lang.String> recentPlotSets)
Setter for property recentPlotSets. |
void |
setResized(boolean resized)
Setter for property resized. |
void |
setSelectedAuxChannel(java.lang.String selectedAuxChannel)
Setter for property selectedAuxChannel. |
void |
setSelectedModule(java.lang.String selectedModule)
Setter for property selectedModule. |
void |
setSelectedTab(int selectedTab)
Setter for property selectedTab. |
void |
setWidth(int width)
Setter for property width. |
void |
setWindow_state(int window_state)
Setter for property window_state. |
void |
setX(int x)
Setter for property x. |
void |
setY(int y)
Setter for property y. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean Automatically_Keep_and_Use_PlotSets
Constructor Detail |
---|
public diagPreserve()
Method Detail |
---|
public boolean isAutomatically_Keep_and_Use_PlotSets()
public void setAutomatically_Keep_and_Use_PlotSets(boolean Automatically_Keep_and_Use_PlotSets)
Automatically_Keep_and_Use_PlotSets
- new value of Automatically_Keep_and_Use_PlotSetspublic java.util.Vector<java.lang.String> get_recentNmlConfigFileVector()
public void set_recentNmlConfigFileVector(java.util.Vector<java.lang.String> _recentNmlConfigFileVector)
_recentNmlConfigFileVector
- public void set_connected(boolean _connected)
_connected
- public boolean get_connected()
public boolean is_connected()
public java.lang.String getSelectedModule()
public void setSelectedModule(java.lang.String selectedModule)
selectedModule
- New value of property selectedModule (the name of the selected module).public java.util.Vector<modulePreserve> getModulesVector()
public void setModulesVector(java.util.Vector<modulePreserve> ModulesVector)
ModulesVector
- New value of property ModulesVector.
(Vector containing one modulePreserve object for each module in the hierarchy.)public java.lang.String getSelectedAuxChannel()
public void setSelectedAuxChannel(java.lang.String selectedAuxChannel)
selectedAuxChannel
- New value of property selectedAuxChannel.public int getSelectedTab()
public void setSelectedTab(int selectedTab)
selectedTab
- New value of property selectedTab.public plotSetPreserve getPlotSet()
public void setPlotSet(plotSetPreserve plotSet)
plotSet
- New value of property plotSet.public java.util.Vector<java.lang.String> getRecentPlotSets()
public void setRecentPlotSets(java.util.Vector<java.lang.String> recentPlotSets)
recentPlotSets
- New value of property recentPlotSets.public boolean isMoved()
public void setMoved(boolean moved)
moved
- New value of property moved.public int getX()
public void setX(int x)
x
- New value of property x.public int getY()
public void setY(int y)
y
- New value of property y.public boolean isResized()
public void setResized(boolean resized)
resized
- New value of property resized.public int getWidth()
public void setWidth(int width)
width
- New value of property width.public int getHeight()
public void setHeight(int height)
height
- New value of property height.public java.lang.String getDefaultNMLConfigFile()
public void setDefaultNMLConfigFile(java.lang.String defaultNMLConfigFile)
defaultNMLConfigFile
- New value of property defaultNMLConfigFile.public int getWindow_state()
public void setWindow_state(int window_state)
window_state
- New value of property window_state.public boolean isAuto_connect_disconnect()
public void setAuto_connect_disconnect(boolean auto_connect_disconnect)
auto_connect_disconnect
- New value of property auto_connect_disconnect.public java.util.Vector<auxBufferPreserve> getAuxBuffersVector()
public void setAuxBuffersVector(java.util.Vector<auxBufferPreserve> AuxBuffersVector)
AuxBuffersVector
- the AuxBuffersVector to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |