|
jWorkSheet release 0.90 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
---|---|
net.ponec.jworksheet.bo | Business objects (BO) All classes in the package are presistent. |
net.ponec.jworksheet.core | Core of the application |
net.ponec.jworksheet.gui.models | |
net.ponec.jworksheet.module | The simple module support. |
Uses of Parameters in net.ponec.jworksheet.bo |
---|
Fields in net.ponec.jworksheet.bo with type parameters of type Parameters | |
---|---|
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_AUTOMATIC_SORTING_BY_TIME
Automatic sorting of the events by time. |
static UjoProperty<Parameters,java.awt.Color> |
Parameters.P_COLOR_EDITABLE
A Color of an editable area. |
static UjoProperty<Parameters,java.awt.Color> |
Parameters.P_COLOR_FINISHED_PROJ
A Color of finished project. |
static UjoProperty<Parameters,java.awt.Color> |
Parameters.P_COLOR_PRIVATE
A Color of a private project. |
static UjoProperty<Parameters,java.io.File> |
Parameters.P_DATA_FILE_PATH
A full path to a DataFile. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_DATE_GOTO_FORMAT
The Goto Date format. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_DATE_MAIN_FORMAT
The Main selecton format. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_DATE_REPORT_FORMAT
The Export Date Selection. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_DATE_REPORT_FORMAT2
The Export Date Selection. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_DECIMAL_TIME_FORMAT
Decimal time format. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_EXIT_EVENT_CREATE
Create a new Event on an EXIT action. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_EXIT_EVENT_DESCR
Description of an EXIT action. |
static UjoProperty<Parameters,java.lang.Integer> |
Parameters.P_FIRST_DAY_OF_WEEK
The First Day of the Week Day. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_HIDE_ICONS
Hide Buoon Icon. |
static UjoProperty<Parameters,java.util.Locale> |
Parameters.P_LANG
LocaleText lcalization |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_MODIFY_FINESHED_PROJ
Modify value of finished project or task. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_NIMBUS_LAF
Nimbus Look & Feel support |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_REPORT_CSS
The complementary report CSS style. |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_SORT_PROJ_COLUMN
Project table sorted column |
static UjoProperty<Parameters,java.lang.String> |
Parameters.P_SYSTEM_BROWSER_PATH
A full path to a system browser. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_SYSTRAY_ENABLED
Is a System Tray Enabled? |
static UjoProperty<Parameters,SysTray.Action> |
Parameters.P_SYSTRAY_SECOND_CLICK
Action on a second click |
static UjoProperty<Parameters,java.awt.Rectangle> |
Parameters.P_WINDOW_SIZE
Last window size and position. |
static UjoProperty<Parameters,java.lang.Boolean> |
Parameters.P_WINDOW_SIZE_RESTORATION
Restore the last application window size and position. |
static UjoProperty<Parameters,java.lang.Float> |
Parameters.P_WORKING_HOURS
Working Hours |
Method parameters in net.ponec.jworksheet.bo with type arguments of type Parameters | |
---|---|
java.lang.String |
Parameters.getDateFormat(UjoProperty<Parameters,java.lang.String> property,
ApplContext context)
Returns a localized date format |
Uses of Parameters in net.ponec.jworksheet.core |
---|
Fields in net.ponec.jworksheet.core declared as Parameters | |
---|---|
protected Parameters |
ApplContext.parameters
Parameters of the application. |
Methods in net.ponec.jworksheet.core that return Parameters | |
---|---|
Parameters |
ApplContext.getParameters()
Parameters of the application. |
Uses of Parameters in net.ponec.jworksheet.gui.models |
---|
Constructors in net.ponec.jworksheet.gui.models with parameters of type Parameters | |
---|---|
ParamTableModel(Parameters params,
ApplContext applContext)
Creates a new instance of ParamTableModel |
Uses of Parameters in net.ponec.jworksheet.module |
---|
Methods in net.ponec.jworksheet.module that return Parameters | |
---|---|
Parameters |
JwsContext.getParameters()
Parameters of the application. |
|
jWorkSheet release 0.90 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |