Next: Advanced Features
Up: The ConceptBase Usage Environment
Previous: Usage as Applet
The configuration options are stored in a file ``.CBjavaInterface'' in
the home directory of the user ( ~/ on UNIX or ``Documents and Settings''
on Windows). The settings are stored automatically on exit.
You can edit the file manually with a normal text editor. It contains
name-value pairs in the format name=value. All options
can also be modified by the user interface, so it is not necessary
to edit this file.
- Options related to CBIva
- PathForLoadModel:
- Path used by the load model dialog (contains the most recent directory selected in a dialog).
- RecentConnections:
- Comma-separated list of recent connections in the format host/port, applies also to the graph editor.
- PreParseTelosFrames:
- Telos frames should be parsed on client-side before sent to the server (true/false).
- UseQueryResultWindow:
- Use the query result window to display results of a query (true/false).
- ConnectionTimeout:
- Number of milliseconds the interface waits for a response of the server
- LPICall:
- Enable LPI-Call (internal use only).
- Options related to CB Graph Editor
- PathForLayout:
- Path used by the dialog to store and load layouts (contains the most recent directory selected in a dialog).
- ComponentView:
- Default view for the detailed representation in the graph editor (might be ``
frame'' or ``tree'').
- SaveLayoutWithGraphType:
- Layouts of the graph editor are stored with all information about graphical types (true/false).
- InvalidObjectsMethod:
- Specifies whether objects that have been identified as invalid should be marked or deleted (mark/delete).
- DiagramDesktopBackgroundColor:
- Background color of the desktop of the graph editor (comma-separated representation of an RGB-value).
- DebugLevel:
- Level for debug messages. Possible values are SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
(according to the java.util.logging package). Default is WARNING.
ConceptBase Team