Serialized Form


Package org.openbp.common

Class org.openbp.common.ReflectException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.commandline

Class org.openbp.common.commandline.CommandLineParserException extends java.lang.Exception implements Serializable


Package org.openbp.common.generic.description

Class org.openbp.common.generic.description.DescriptionObjectImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of this object


description

java.lang.String description
Description of this object

Class org.openbp.common.generic.description.DisplayObjectImpl extends DescriptionObjectImpl implements Serializable

Serialized Fields

displayName

java.lang.String displayName
Display name of this object

Class org.openbp.common.generic.description.DisplayTreeObjectImpl extends DisplayObjectImpl implements Serializable

Serialized Fields

leaf

boolean leaf
Flag if the object is a leaf node


Package org.openbp.common.generic.msgcontainer

Class org.openbp.common.generic.msgcontainer.MsgItem extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method is implemented here to support serialization of the source object. See Serializable for more information on this method.

Throws:
java.io.IOException - if an I/O problem occured.
java.lang.ClassNotFoundException - if a class could not be found

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
This method is implemented here to support serialization of the source object. See Serializable for more information on this method.

Throws:
java.io.IOException - if an I/O problem occured.
Serialized Fields

msgType

java.lang.String msgType
Message type. See the constants of LogLevel interface.


msg

java.lang.String msg
The message


msgArgs

java.lang.Object[] msgArgs
Message arguments (may be null)

Class org.openbp.common.generic.msgcontainer.StandardMsgContainer extends java.lang.Object implements Serializable

Serialized Fields

msgList

java.util.List<E> msgList
Message list (contains MsgItem objects, may be null)


Package org.openbp.common.generic.propertybrowser

Class org.openbp.common.generic.propertybrowser.ObjectDescriptor extends DisplayObjectImpl implements Serializable

Serialized Fields

objectClassName

java.lang.String objectClassName
Name of the object class this descriptor is suitable for


validatorClassName

java.lang.String validatorClassName
Validator class name


propertyList

java.util.List<E> propertyList
List of properties (contains PropertyDescriptor objects)


objectClass

java.lang.Class<T> objectClass
Object class this descriptor is suitable for


validatorClass

java.lang.Class<T> validatorClass
Validator class


customDescriptor

boolean customDescriptor
Flag if this descriptor is a custom descriptor (see ObjectDescriptorMgr)


propertiesResolved

boolean propertiesResolved
Flag if the properties of this descriptor have been resolved (see implementation of ObjectDescriptorMgr)

Class org.openbp.common.generic.propertybrowser.PropertyDescriptor extends DisplayObjectImpl implements Serializable

Serialized Fields

group

java.lang.String group
Group specification or null


required

boolean required
Flag if the property is required


readOnly

boolean readOnly
Flag if the property is read only


expanded

boolean expanded
Flag if the property is expanded, i\. e\. visible in the property tree by default


validatorClassName

java.lang.String validatorClassName
Validator class name


editorClassName

java.lang.String editorClassName
Editor class name


editorParamString

java.lang.String editorParamString
Optional editor parameter string


complexProperty

ObjectDescriptor complexProperty
Object descriptor describing a complex type property


collectionDescriptor

CollectionDescriptor collectionDescriptor
Collection descriptor


validatorClass

java.lang.Class<T> validatorClass
Validator class


editorClass

java.lang.Class<T> editorClass
Editor class


editorParam

java.lang.Object editorParam
Optional editor parameters


Package org.openbp.common.generic.taggedvalue

Class org.openbp.common.generic.taggedvalue.TaggedValue extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the attribute


value

java.lang.String value
Value of the attribute


Package org.openbp.common.icon

Class org.openbp.common.icon.MultiImageIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

icons

java.util.List<E> icons
Contains the basic (unresized) icons (ImageIcon objects)


derivedIcons

java.util.List<E> derivedIcons
Contains the icons derived from the basic icons (ImageIcon objects)


standardSizeIcon

javax.swing.ImageIcon standardSizeIcon
Icon in the current standard size


standardSize

int standardSize
The currently used standard size.

Class org.openbp.common.icon.OverlayIcon extends MultiImageIcon implements Serializable

Serialized Fields

background

javax.swing.Icon background
The background over which this icon is to be drawn.


Package org.openbp.common.io.xml

Class org.openbp.common.io.xml.XMLDriverException extends java.lang.RuntimeException implements Serializable

Class org.openbp.common.io.xml.XResolvingException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.property

Class org.openbp.common.property.PropertyException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.rc

Class org.openbp.common.rc.ResourceCollectionException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.resource

Class org.openbp.common.resource.ResourceMgrException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.string.parser

Class org.openbp.common.string.parser.StringParserException extends java.lang.RuntimeException implements Serializable

Serialized Fields

fileName

java.lang.String fileName
File name for error messages


lineNr

int lineNr
Current line number


Package org.openbp.common.string.shellmatcher

Class org.openbp.common.string.shellmatcher.MultiMatcher extends java.lang.Object implements Serializable

Serialized Fields

patterns

java.util.List<E> patterns
List of patterns (contains MultiPattern objects)


orRelation

boolean orRelation
Relation type. true: OR relation
false: AND relation

Class org.openbp.common.string.shellmatcher.MultiPattern extends java.lang.Object implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName
Attribute name


patternValues

java.util.List<E> patternValues
Pattern value (contains arbitrary objects)


exactMatch

boolean exactMatch
String matches must be exact matches.

Class org.openbp.common.string.shellmatcher.ShellMatcherException extends java.lang.RuntimeException implements Serializable


Package org.openbp.common.util

Class org.openbp.common.util.OrderedMap extends java.util.HashMap implements Serializable

Serialized Fields

keyList

java.util.List<E> keyList
Key list


keySet

java.util.Set<E> keySet
Key set

Class org.openbp.common.util.SortingArrayList extends java.util.ArrayList implements Serializable

Serialized Fields

comparator

java.util.Comparator<T> comparator
Element comparator


autoSort

boolean autoSort
Auto sort property



Copyright © 2011. All Rights Reserved.