| |
|
| java.util.Properties de.mcs.jmeasurement.gui.StoreProperties
StoreProperties | public class StoreProperties extends Properties (Code) | | author: w.klaas |
getColumnSizes | final public int[] getColumnSizes()(Code) | | getting the column sizes. |
getFilterItems | final public String[] getFilterItems()(Code) | | the filter item list |
getPointDialogDimesions | final public Dimension getPointDialogDimesions()(Code) | | getting the last saved dimension of the point dialog window. |
getPointDialogLocation | final public Point getPointDialogLocation()(Code) | | getting the last saved location of the point dialog window. |
getUrlList | final public String[] getUrlList()(Code) | | getting the url list. |
getWindowDimesions | final public Dimension getWindowDimesions()(Code) | | getting the last saved dimension of the main window. |
getWindowLocation | final public Point getWindowLocation()(Code) | | getting the last saved location of the main window. |
setColumnSizes | final public void setColumnSizes(int[] items)(Code) | | Parameters: items - the column sizes to save. |
setFilterItems | final public void setFilterItems(String[] items)(Code) | | Parameters: items - setting the filter item list. |
setPointDialogDimesions | final public void setPointDialogDimesions(Dimension dimension)(Code) | | setting point dialog window dímension.
Parameters: dimension - the point dialog dimension |
setPointDialogLocation | final public void setPointDialogLocation(Point point)(Code) | | setting point dialog window location.
Parameters: point - the point dialog location |
setUrlList | final public void setUrlList(String[] items)(Code) | | Parameters: items - the url list to save. |
setWindowDimesions | final public void setWindowDimesions(Dimension dimension)(Code) | | setting window dímension.
Parameters: dimension - the window dimension |
setWindowoLocation | final public void setWindowoLocation(Point point)(Code) | | setting main window location.
Parameters: point - the main location |
|
|
|