|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DescriptionObject | |
|---|---|
| org.openbp.common.generic.description | General-purpose object definitions for named and described objects that serve as a basis to extend from. |
| org.openbp.common.generic.propertybrowser | Object and object property descriptor mechanism. |
| org.openbp.common.rc | The resource framework provides a standard resource bundle to inherit from it. |
| org.openbp.common.util | |
| Uses of DescriptionObject in org.openbp.common.generic.description |
|---|
| Subinterfaces of DescriptionObject in org.openbp.common.generic.description | |
|---|---|
interface |
DisplayObject
An object that has a name, a display name and a description. |
interface |
DisplayTreeObject
An object that has a name, a display name and a description and a leaf node flag for display in tree-like structures. |
| Classes in org.openbp.common.generic.description that implement DescriptionObject | |
|---|---|
class |
DescriptionObjectImpl
An object that has a name and a description. |
class |
DisplayObjectImpl
An object that has a name, a display name and a description. |
class |
DisplayTreeObjectImpl
An object that has a name, a display name and a description and a leaf node flag for display in tree-like structures. |
| Uses of DescriptionObject in org.openbp.common.generic.propertybrowser |
|---|
| Classes in org.openbp.common.generic.propertybrowser that implement DescriptionObject | |
|---|---|
class |
ObjectDescriptor
An object descriptor describes an object that can be edited by an property browser. |
class |
PropertyDescriptor
Property description for the standard property browser. |
| Uses of DescriptionObject in org.openbp.common.rc |
|---|
| Methods in org.openbp.common.rc with parameters of type DescriptionObject | |
|---|---|
static void |
ResourceCollectionUtil.loadDescriptionObjectFromResource(DescriptionObject o,
ResourceCollection res,
java.lang.String prefix)
Loads the description from the given resource. |
| Uses of DescriptionObject in org.openbp.common.util |
|---|
| Methods in org.openbp.common.util that return DescriptionObject | |
|---|---|
static DescriptionObject |
NamedObjectCollectionUtil.getByName(java.util.Collection c,
java.lang.String name)
Searches a collection for an object with a particular name. |
| Methods in org.openbp.common.util with parameters of type DescriptionObject | |
|---|---|
static void |
NamedObjectCollectionUtil.createUniqueName(DescriptionObject element,
java.util.Collection base)
Renames the given element in such a way, that the element name doesn't conflict with an element of the given collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||