Serialized Form
|
Package org.openbp.common |
|
Package org.openbp.common.commandline |
|
Package org.openbp.common.generic.description |
name
java.lang.String name
- Name of this object
description
java.lang.String description
- Description of this object
displayName
java.lang.String displayName
- Display name of this object
leaf
boolean leaf
- Flag if the object is a leaf node
|
Package org.openbp.common.generic.msgcontainer |
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.
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)
msgList
java.util.List<E> msgList
- Message list (contains
MsgItem objects, may be null)
|
Package org.openbp.common.generic.propertybrowser |
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)
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 |
name
java.lang.String name
- Name of the attribute
value
java.lang.String value
- Value of the attribute
|
Package org.openbp.common.icon |
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.
background
javax.swing.Icon background
- The background over which this icon is to be drawn.
|
Package org.openbp.common.io.xml |
|
Package org.openbp.common.property |
|
Package org.openbp.common.rc |
|
Package org.openbp.common.resource |
|
Package org.openbp.common.string.parser |
fileName
java.lang.String fileName
- File name for error messages
lineNr
int lineNr
- Current line number
|
Package org.openbp.common.string.shellmatcher |
patterns
java.util.List<E> patterns
- List of patterns (contains
MultiPattern objects)
orRelation
boolean orRelation
- Relation type.
true: OR relation
false: AND relation
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.
|
Package org.openbp.common.util |
keyList
java.util.List<E> keyList
- Key list
keySet
java.util.Set<E> keySet
- Key set
comparator
java.util.Comparator<T> comparator
- Element comparator
autoSort
boolean autoSort
- Auto sort property
Copyright © 2011. All Rights Reserved.