com.japisoft.xmlpad
Class SharedProperties

java.lang.Object
  |
  +--com.japisoft.xmlpad.SharedProperties

public class SharedProperties
extends java.lang.Object

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

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
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 LOCALIZED_MESSAGE
          Use the resource bundle for finding the localized message.
static boolean SCHEMA_CACHING
          This is a property for caching a SCHEMA inside the content assistant.
static boolean WRAPPED_LINE
          This is a property for activating a line wrapping.
 
Constructor Summary
SharedProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCALIZED_MESSAGE

public static boolean LOCALIZED_MESSAGE
Use the resource bundle for finding the localized message. Disable it will improve the loading performance. By default true


HELPER_DELAY

public static int HELPER_DELAY
Delay before an popup helper is shown in ms


WRAPPED_LINE

public static boolean WRAPPED_LINE
This is a property for activating a line wrapping. By default false. It must be called before using the XMLContainer class


FULL_TEXT_VIEW

public static boolean FULL_TEXT_VIEW
This is a property for switching to a full text view. It must be called before using the XMLContainer class


SCHEMA_CACHING

public static boolean SCHEMA_CACHING
This is a property for caching a SCHEMA inside the content assistant. By default false


ENTITY_RESOLVER

public static org.xml.sax.EntityResolver ENTITY_RESOLVER
Entity resolver for various entities. Useful for XML catalogs

Constructor Detail

SharedProperties

public SharedProperties()