org.opennms.bb.eui.operator.utils
Class EUIUserProfWriter
java.lang.Object
|
+--org.opennms.bb.eui.common.utils.UserProfWriter
|
+--org.opennms.bb.eui.operator.utils.EUIUserProfWriter
- public class EUIUserProfWriter
- extends UserProfWriter
EUIUserProfWriter writes the user preferences for the realtime
console into the user profile file
It throws an IOException if the user profile file write fails for
any reason
- Author:
- Sowmya
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
userProfile
Hashtable userProfile
PERSPROF
final String PERSPROF
PERSPROF_CLS
final String PERSPROF_CLS
PARM
final String PARM
PARM_CLS
final String PARM_CLS
PARM_NAME
final String PARM_NAME
PARM_NAME_CLS
final String PARM_NAME_CLS
PARM_VALUE
final String PARM_VALUE
PARM_VALUE_CLS
final String PARM_VALUE_CLS
XPOS
final String XPOS
YPOS
final String YPOS
WIDTH
final String WIDTH
HEIGHT
final String HEIGHT
TAB_PLACE
final String TAB_PLACE
LOOKNFEEL
final String LOOKNFEEL
VIEWS
final String VIEWS
MENU
final String MENU
ICONBAR
final String ICONBAR
EUIUserProfWriter
public EUIUserProfWriter(Hashtable inpUserProfile,
String userID)
throws IOException
- Writes into the file for the user
writeCurApplInfo
protected void writeCurApplInfo(FileWriter fileWriter)
throws IOException
- Overrides:
writeCurApplInfo
in class UserProfWriter
writePosition
void writePosition(FileWriter fileWriter)
throws IOException
writeDimension
void writeDimension(FileWriter fileWriter)
throws IOException
writeLook
void writeLook(FileWriter fileWriter)
throws IOException
writeExternalTools
void writeExternalTools(FileWriter fileWriter)
throws IOException
writeViews
void writeViews(Writer fileWriter)
throws IOException