public class StmProperties
extends java.lang.Object
| Constructor and Description |
|---|
StmProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ResourceBundle |
getLanguageResource() |
int |
getListViewThreshold() |
java.awt.Window |
getParentWindow() |
Report |
getReport() |
ResolutionStrategy |
getResolutionStrategy() |
StmProperties |
setLanguageResource(java.util.ResourceBundle resource) |
StmProperties |
setListViewThreshold(int threshold) |
StmProperties |
setParentWindow(java.awt.Window window) |
StmProperties |
setResolutionStrategy(ResolutionStrategy resolutionStrategy) |
public StmProperties setLanguageResource(java.util.ResourceBundle resource)
public java.util.ResourceBundle getLanguageResource()
public StmProperties setParentWindow(java.awt.Window window)
public java.awt.Window getParentWindow()
public StmProperties setListViewThreshold(int threshold)
public int getListViewThreshold()
public ResolutionStrategy getResolutionStrategy()
public StmProperties setResolutionStrategy(ResolutionStrategy resolutionStrategy)
public Report getReport()