Serialized Form


Package org.pf.directory

Class org.pf.directory.DistinguishedNameElement extends NamedText implements Serializable

Class org.pf.directory.MultiValueAttribute extends NamedValue implements Serializable

Serialized Fields

mustBeEncoded

boolean mustBeEncoded

ignoreCase

boolean ignoreCase

Package org.pf.file

Class org.pf.file.PropertiesFileContent extends OrderedProperties implements Serializable

Serialized Fields

commentIndex

java.util.List<E> commentIndex

Package org.pf.osf

Class org.pf.osf.ExtendedMap extends MapWrapper implements Serializable


Package org.pf.plugin

Class org.pf.plugin.ClassRegistryException extends java.lang.Exception implements Serializable


Package org.pf.reflect

Class org.pf.reflect.ReflectionException extends java.lang.RuntimeException implements Serializable


Package org.pf.settings.impl

Class org.pf.settings.impl.ReloadableSettingsException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.pf.six

Class org.pf.six.ModelConverter.NamespaceStack extends StackedMap implements Serializable


Package org.pf.swing

Class org.pf.swing.ComponentPoint extends java.awt.Point implements Serializable

Serialized Fields

component

java.awt.Component component

Class org.pf.swing.DynamicPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

dynamicSlots

java.util.Map<K,V> dynamicSlots

Class org.pf.swing.DynamicPanelSlot extends javax.swing.JPanel implements Serializable

Class org.pf.swing.RadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

value

java.lang.Object value

Class org.pf.swing.RadioButtonGroup extends javax.swing.ButtonGroup implements Serializable

Class org.pf.swing.RadioButtonGroupBox extends javax.swing.JPanel implements Serializable

Serialized Fields

buttonGroup

RadioButtonGroup buttonGroup

actionListeners

java.util.Collection<E> actionListeners

Package org.pf.text

Class org.pf.text.MatchAttribute extends MatchElement implements Serializable

Serialized Fields

operator

int operator

attributeName

java.lang.String attributeName

patterns

StringPattern[] patterns

ignoreCaseInName

boolean ignoreCaseInName

valueType

java.lang.Object valueType

floatValues

java.lang.Float[] floatValues

doubleValues

java.lang.Double[] doubleValues

bigDecimalValues

java.math.BigDecimal[] bigDecimalValues

integerValues

java.lang.Integer[] integerValues

longValues

java.lang.Long[] longValues

dateValues

java.util.Date[] dateValues

Class org.pf.text.MatchElement extends java.lang.Object implements Serializable

Serialized Fields

and

boolean and

not

boolean not

Class org.pf.text.MatchGroup extends MatchElement implements Serializable

Serialized Fields

elements

java.util.List<E> elements

Class org.pf.text.MatchRule extends java.lang.Object implements Serializable

Serialized Fields

rootGroup

MatchGroup rootGroup

ignoreCase

boolean ignoreCase

ignoreCaseInNames

boolean ignoreCaseInNames

multiCharWildcardMatchesEmptyString

boolean multiCharWildcardMatchesEmptyString

Class org.pf.text.MatchRuleChars extends java.lang.Object implements Serializable

Serialized Fields

andChar

char andChar

orChar

char orChar

notChar

char notChar

valueSeparatorChar

char valueSeparatorChar

valueStartChar

char valueStartChar

valueEndChar

char valueEndChar

groupStartChar

char groupStartChar

groupEndChar

char groupEndChar

equalsChar

char equalsChar

greaterChar

char greaterChar

lessChar

char lessChar

valueDelimiterChar

char valueDelimiterChar

specialNameCharacters

java.lang.String specialNameCharacters

Class org.pf.text.MatchRuleException extends java.lang.Exception implements Serializable

Class org.pf.text.MatchRuleParseException extends MatchRuleException implements Serializable

Serialized Fields

position

int position

parseString

java.lang.String parseString

Class org.pf.text.StringPattern extends AStringFilter implements Serializable

Serialized Fields

ignoreCase

boolean ignoreCase

pattern

java.lang.String pattern

digitWildcard

java.lang.Character digitWildcard

singleCharWildcard

char singleCharWildcard

multiCharWildcard

char multiCharWildcard

multiCharWildcardMatchesEmptyString

boolean multiCharWildcardMatchesEmptyString

Package org.pf.textx

Class org.pf.textx.InvalidParameterException extends TextReplacementException implements Serializable

Class org.pf.textx.TextReplacementException extends java.lang.Exception implements Serializable

Class org.pf.textx.UnknownFunctionException extends TextReplacementException implements Serializable

Class org.pf.textx.UnknownVariableException extends TextReplacementException implements Serializable


Package org.pf.util

Class org.pf.util.Association extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Class org.pf.util.CaseInsensitiveKeyMap extends MapWrapper implements Serializable

Class org.pf.util.MapEntry extends Association implements Serializable

Class org.pf.util.MapWrapper extends java.lang.Object implements Serializable

Serialized Fields

internalMap

java.util.Map<K,V> internalMap

Class org.pf.util.NamedText extends NamedValue implements Serializable

Class org.pf.util.NamedValue extends Association implements Serializable

Class org.pf.util.OrderedProperties extends java.util.Properties implements Serializable

Serialized Fields

elements

java.util.List<E> elements

propertyIndex

java.util.Map<K,V> propertyIndex

Class org.pf.util.StackedMap extends MapWrapper implements Serializable

Serialized Fields

parentMap

StackedMap parentMap

Class org.pf.util.TemporaryMap extends MapWrapper implements Serializable

Serialized Fields

expirationTime

long expirationTime

Class org.pf.util.WrappingRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception