com.infoengine.modeler
Class ModelerPreferences
java.lang.Object
com.infoengine.modeler.ModelerPreferences
- public class ModelerPreferences
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static String VERSION
PREFS
private static String PREFS
prefs
private static Properties prefs
TAB_SIZE
private static int TAB_SIZE
WEB_INF
private static String WEB_INF
provider
private static String provider
principal
private static String principal
password
private static String password
searchBase
private static String searchBase
frame
private static JFrame frame
bgColor
private static Color bgColor
buttonBgColor
private static Color buttonBgColor
buttonBorder
private static Border buttonBorder
textBackground
private static Color textBackground
textForeground
private static Color textForeground
textSelection
private static Color textSelection
textSelected
private static Color textSelected
font
private static Font font
P_FONTSIZE
private static final String P_FONTSIZE
- See Also:
- Constant Field Values
P_FONT
private static final String P_FONT
- See Also:
- Constant Field Values
P_TABSIZE
private static final String P_TABSIZE
- See Also:
- Constant Field Values
P_PROVIDER
private static final String P_PROVIDER
- See Also:
- Constant Field Values
P_PRINCIPAL
private static final String P_PRINCIPAL
- See Also:
- Constant Field Values
P_SERVICESEARCHBASE
private static final String P_SERVICESEARCHBASE
- See Also:
- Constant Field Values
P_TAGINSIGHT
private static final String P_TAGINSIGHT
- See Also:
- Constant Field Values
P_SMARTHOME
private static final String P_SMARTHOME
- See Also:
- Constant Field Values
P_SMARTTAB
private static final String P_SMARTTAB
- See Also:
- Constant Field Values
P_AUTOINDENT
private static final String P_AUTOINDENT
- See Also:
- Constant Field Values
P_TEXTBACKGROUND
private static final String P_TEXTBACKGROUND
- See Also:
- Constant Field Values
P_TEXTFOREGROUND
private static final String P_TEXTFOREGROUND
- See Also:
- Constant Field Values
P_TEXTSELECTION
private static final String P_TEXTSELECTION
- See Also:
- Constant Field Values
P_TEXTSELECTED
private static final String P_TEXTSELECTED
- See Also:
- Constant Field Values
tagInsightTemplates
private static Hashtable tagInsightTemplates
DEF_JSP_TAGS
private static final String[] DEF_JSP_TAGS
DEF_CORE_TAGS
private static final String[] DEF_CORE_TAGS
DEF_DIR_TAGS
private static final String[] DEF_DIR_TAGS
STYLE_REGULAR
public static final String STYLE_REGULAR
- See Also:
- Constant Field Values
STYLE_COMMENT
public static final String STYLE_COMMENT
- See Also:
- Constant Field Values
STYLE_XMLATTR
public static final String STYLE_XMLATTR
- See Also:
- Constant Field Values
STYLE_XMLATTRVAL
public static final String STYLE_XMLATTRVAL
- See Also:
- Constant Field Values
STYLE_XMLELEMENTNAME
public static final String STYLE_XMLELEMENTNAME
- See Also:
- Constant Field Values
STYLE_XMLEQUALS
public static final String STYLE_XMLEQUALS
- See Also:
- Constant Field Values
STYLE_SCRIPTLET
public static final String STYLE_SCRIPTLET
- See Also:
- Constant Field Values
ieServerName
private static String ieServerName
namingServiceName
private static String namingServiceName
defaultTaskProcessor
private static String defaultTaskProcessor
ModelerPreferences
public ModelerPreferences()
getPreference
public static String getPreference(String prefName,
String dflt)
getPreference
public static String getPreference(String prefName)
setPreference
public static Object setPreference(String prefName,
String prefValue)
getIntPreference
public static int getIntPreference(String prefName,
int dflt)
setColorPreference
public static void setColorPreference(String prefName,
Color c)
getColorPreference
public static Color getColorPreference(String prefName,
Color dflt)
getBooleanPreference
public static boolean getBooleanPreference(String prefName,
boolean dflt)
setBooleanPreference
public static void setBooleanPreference(String prefName,
boolean prefVal)
loadPrefs
private static void loadPrefs()
loadTagInsightTemplates
private static void loadTagInsightTemplates(Properties props)
savePrefs
public static void savePrefs()
setTagInsightTemplates
private static void setTagInsightTemplates(Properties props)
setTabSize
public static void setTabSize(int tabSize)
getTabSize
public static int getTabSize()
getTab
public static String getTab()
setWebInf
public static void setWebInf(String webInf)
getWebInf
public static String getWebInf()
setProvider
public static void setProvider(String nprovider)
getProvider
public static String getProvider()
setPrincipal
public static void setPrincipal(String nprincipal)
getPrincipal
public static String getPrincipal()
setPassword
public static void setPassword(String npassword)
getPassword
public static String getPassword()
setSearchBase
public static void setSearchBase(String nsearchBase)
getSearchBase
public static String getSearchBase()
setFrame
public static void setFrame(JFrame nframe)
getFrame
public static JFrame getFrame()
getBgColor
public static Color getBgColor()
getButtonBgColor
public static Color getButtonBgColor()
getButtonBorder
public static Border getButtonBorder()
getTextBackgroundColor
public static Color getTextBackgroundColor()
setTextBackgroundColor
public static void setTextBackgroundColor(Color c)
getTextForegroundColor
public static Color getTextForegroundColor()
setTextForegroundColor
public static void setTextForegroundColor(Color c)
getTextSelectionColor
public static Color getTextSelectionColor()
setTextSelectionColor
public static void setTextSelectionColor(Color c)
getTextSelectedColor
public static Color getTextSelectedColor()
setTextSelectedColor
public static void setTextSelectedColor(Color c)
setFont
public static void setFont(Font f)
getFont
public static Font getFont()
getTagInsightURIs
public static Enumeration getTagInsightURIs()
getTagInsightTemplates
public static String[] getTagInsightTemplates(String uri)
setTagInsightTemplates
public static void setTagInsightTemplates(String uri,
String[] templates)
clearTagInsightTemplates
public static void clearTagInsightTemplates()
useSmartTab
public static boolean useSmartTab()
setUseSmartTab
public static void setUseSmartTab(boolean use)
useSmartHome
public static boolean useSmartHome()
setUseSmartHome
public static void setUseSmartHome(boolean use)
useAutoIndent
public static boolean useAutoIndent()
setUseAutoIndent
public static void setUseAutoIndent(boolean use)
useTagInsight
public static boolean useTagInsight()
setUseTagInsight
public static void setUseTagInsight(boolean use)
getXmlTagColor
public static Color getXmlTagColor()
setXmlTagColor
public static void setXmlTagColor(Color c)
getCommentColor
public static Color getCommentColor()
setCommentColor
public static void setCommentColor(Color c)
getScriptletColor
public static Color getScriptletColor()
setScriptletColor
public static void setScriptletColor(Color c)
getEqualsColor
public static Color getEqualsColor()
setEqualsColor
public static void setEqualsColor(Color c)
getAttributeColor
public static Color getAttributeColor()
setAttributeColor
public static void setAttributeColor(Color c)
getAttributeValueColor
public static Color getAttributeValueColor()
setAttributeValueColor
public static void setAttributeValueColor(Color c)
setIeServerName
public static void setIeServerName(String server)
getIeServerName
public static String getIeServerName()
setDefaultTaskProcessor
public static void setDefaultTaskProcessor(String processor)
getDefaultTaskProcessor
public static String getDefaultTaskProcessor()
setNamingServiceName
public static void setNamingServiceName(String service)
getNamingServiceName
public static String getNamingServiceName()