|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.xmlpad.SharedProperties
Set of common properties. In most of the case you don't have to
alter such properties. If you alter it, it must be done before using
the XMLContainer
Field Summary | |
static java.lang.String |
DEFAULT_LOAD_DIRECTORY
Property for defining the default directory when loading a file |
static org.xml.sax.EntityResolver |
ENTITY_RESOLVER
Entity resolver for various entities. |
static boolean |
FULL_TEXT_VIEW
This is a property for switching to a full text view. |
static int |
HELPER_DELAY
Delay before an popup helper is shown in ms |
static boolean |
HELPER_PANEL
Add an helper panel for each content assistant element |
static boolean |
HIGHLIGHT_ERROR_ONTHEFLY
Highligh syntax errors inside the editor on-the-fly |
static boolean |
LOCALIZED_MESSAGE
Use the resource bundle for finding the localized message. |
static int |
MAX_ENTITY_VISIBLE_SIZE_HELPER
Maximal size for the entity name and value inside the helper |
static boolean |
SCHEMA_CACHING
This is a property for caching a SCHEMA inside the content assistant. |
static boolean |
TOOLTIP_TREE
Property for activating/disactivacting tooltip for each tree node |
static int |
VISIBLE_TREENODE_TEXTE
This is the maximum visible characters in the tree for text and attribute value |
static boolean |
WRAPPED_LINE
This is a property for activating a line wrapping. |
Constructor Summary | |
SharedProperties()
|
Method Summary | |
static javax.swing.ImageIcon |
getBugLittleIcon()
|
static javax.swing.Icon |
getDefaultEntityHelperIcon()
Icon for content assistant |
static javax.swing.Icon |
getDefaultSystemHelperIcon()
Icon for content assistant |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int VISIBLE_TREENODE_TEXTE
public static boolean LOCALIZED_MESSAGE
true
public static int HELPER_DELAY
public static boolean WRAPPED_LINE
false
. It must be called before using the XMLContainer class
public static boolean FULL_TEXT_VIEW
public static boolean SCHEMA_CACHING
false
public static org.xml.sax.EntityResolver ENTITY_RESOLVER
public static boolean TOOLTIP_TREE
public static java.lang.String DEFAULT_LOAD_DIRECTORY
public static boolean HIGHLIGHT_ERROR_ONTHEFLY
public static int MAX_ENTITY_VISIBLE_SIZE_HELPER
public static boolean HELPER_PANEL
Constructor Detail |
public SharedProperties()
Method Detail |
public static javax.swing.ImageIcon getBugLittleIcon()
public static javax.swing.Icon getDefaultSystemHelperIcon()
public static javax.swing.Icon getDefaultEntityHelperIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |