|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
net.infonode.docking.action | Action classes for docking windows. |
net.infonode.docking.drop | Drop filter classes for docking windows. |
net.infonode.docking.title | Docking window title classes. |
net.infonode.properties.base | Base classes for the properties library. |
net.infonode.properties.base.exception | Properties exception classes. |
net.infonode.properties.propertymap | Property maps are used for storage of property values. |
net.infonode.properties.types | Classes for property types. |
net.infonode.properties.util | Utility classes for properties. |
net.infonode.tabbedpanel | Core classes for creating and using tabbed panels and tabs |
net.infonode.tabbedpanel.titledtab | TitledTab is a tab type with support for text, icon and a custom Swing component |
Uses of Property in net.infonode.docking.action |
Classes in net.infonode.docking.action that implement Property | |
class |
DockingWindowActionProperty
A property that has a DockingWindowAction object as value. |
Uses of Property in net.infonode.docking.drop |
Classes in net.infonode.docking.drop that implement Property | |
class |
DropFilterProperty
A property that has a DropFilter object as value. |
Uses of Property in net.infonode.docking.title |
Classes in net.infonode.docking.title that implement Property | |
class |
DockingWindowTitleProviderProperty
A property that has a DockingWindowTitleProvider object as value. |
Uses of Property in net.infonode.properties.base |
Methods in net.infonode.properties.base that return Property | |
Property |
PropertyGroup.getProperty(int index)
Returns the property at the index, This does not include properties in super groups. |
Property[] |
PropertyGroup.getProperties()
Returns an array with the properties in this group. |
Property |
PropertyGroup.getProperty(String name)
Returns the property with the given name. |
Methods in net.infonode.properties.base with parameters of type Property | |
void |
PropertyGroup.addProperty(Property property)
Add a property to this group. |
boolean |
PropertyGroup.hasProperty(Property property)
Returns true if this group or one of it's super groups contains the property. |
Uses of Property in net.infonode.properties.base.exception |
Methods in net.infonode.properties.base.exception that return Property | |
Property |
PropertyException.getProperty()
Returns the property that triggered this exception. |
Property |
InvalidPropertyTypeException.getInvalidProperty()
Returns the property which type is incompatible with the property type. |
Constructors in net.infonode.properties.base.exception with parameters of type Property | |
PropertyException(Property property,
String text)
Constructor. |
|
InvalidPropertyValueException(Property property,
Object value)
Constructor. |
|
InvalidPropertyTypeException(Property property,
Property invalidProperty,
String text)
Constructor. |
|
InvalidPropertyException(Property property,
String text)
Constructor. |
|
ImmutablePropertyException(Property property)
Constructor. |
|
CantRemoveValueException(Property property)
Constructor. |
Uses of Property in net.infonode.properties.propertymap |
Classes in net.infonode.properties.propertymap that implement Property | |
class |
PropertyMapProperty
An immutable property which has PropertyMap 's as values. |
Methods in net.infonode.properties.propertymap with parameters of type Property | |
void |
PropertyMap.addPropertyChangeListener(Property property,
PropertyChangeListener listener)
Adds a property listener that listens for value changes for a specific property. |
void |
PropertyMap.removePropertyChangeListener(Property property,
PropertyChangeListener listener)
Removes a previously added property listener. |
Object |
PropertyMap.createRelativeRef(Property fromProperty,
PropertyMap toMap,
Property toProperty)
Creates a relative reference from one property value to another property value. |
Object |
PropertyMap.removeValue(Property property)
Removes a property value. |
Object |
PropertyMapValueHandler.getValue(Property property,
Object object)
|
void |
PropertyMapValueHandler.setValue(Property property,
Object object,
Object value)
|
boolean |
PropertyMapValueHandler.getValueIsRemovable(Property property,
Object object)
|
void |
PropertyMapValueHandler.removeValue(Property property,
Object object)
|
boolean |
PropertyMapValueHandler.getValueIsSet(Property property,
Object object)
|
static void |
PropertyMapWeakListenerManager.addWeakPropertyChangeListener(PropertyMap map,
Property property,
PropertyChangeListener listener)
Adds a weak property change listener to a PropertyMap . |
static void |
PropertyMapWeakListenerManager.removeWeakPropertyChangeListener(PropertyMap map,
Property property,
PropertyChangeListener listener)
Removes a listener previously added with PropertyMapWeakListenerManager.addWeakPropertyChangeListener(PropertyMap, net.infonode.properties.base.Property, net.infonode.properties.util.PropertyChangeListener) . |
Uses of Property in net.infonode.properties.types |
Classes in net.infonode.properties.types that implement Property | |
class |
AlignmentProperty
A property of type Alignment . |
class |
BooleanProperty
A boolean property. |
class |
BorderProperty
A property of type Border . |
class |
ButtonFactoryProperty
A property which has ButtonFactory 's as values. |
class |
ColorProperty
A property of type Color . |
class |
ComponentPainterProperty
A property of type ComponentPainter . |
class |
DimensionProviderProperty
A property of type DimensionProvider . |
class |
DirectionProperty
A property of type Direction . |
class |
EnumProperty
A property which value is one in a fixed set of values. |
class |
FloatProperty
A float property. |
class |
FontProperty
A property of type Font . |
class |
HoverListenerProperty
A property of type HoverListener . |
class |
IconProperty
A property of type Icon . |
class |
InsetsProperty
A property of type Insets . |
class |
IntegerProperty
An integer property. |
class |
NumberProperty
Base class for number properties. |
class |
PropertyGroupProperty
A property that can be assigned a value container as value. |
class |
StringProperty
A String property. |
Uses of Property in net.infonode.properties.util |
Classes in net.infonode.properties.util that implement Property | |
class |
AbstractProperty
An abstract base class for properties. |
class |
ValueHandlerProperty
Base class for properties that use a PropertyValueHandler . |
Methods in net.infonode.properties.util with parameters of type Property | |
void |
PropertyChangeListener.propertyChanged(Property property,
Object valueContainer,
Object oldValue,
Object newValue)
Invoked when a property value has changed. |
Object |
PropertyValueHandler.getValue(Property property,
Object valueContainer)
Gets the value of a property from a value container. |
void |
PropertyValueHandler.setValue(Property property,
Object valueContainer,
Object value)
Sets the value of a property in a value container. |
void |
PropertyValueHandler.removeValue(Property property,
Object valueContainer)
Removes a property value from a value container. |
boolean |
PropertyValueHandler.getValueIsSet(Property property,
Object valueContainer)
Returns true if a value for the property is set in the value container. |
boolean |
PropertyValueHandler.getValueIsRemovable(Property property,
Object valueContainer)
Returns true if the property value is removable from the value container. |
Uses of Property in net.infonode.tabbedpanel |
Classes in net.infonode.tabbedpanel that implement Property | |
class |
TabAreaVisiblePolicyProperty
Property for TabAreaVisiblePolicy |
class |
TabbedPanelHoverPolicyProperty
Property for TabbedPanelHoverPolicy |
class |
TabDepthOrderPolicyProperty
Property for TabDepthOrderPolicy |
class |
TabDropDownListVisiblePolicyProperty
Property for TabDropDownListVisiblePolicy |
class |
TabLayoutPolicyProperty
Property for TabLayoutPolicy |
class |
TabSelectTriggerProperty
Property for TabSelectTrigger |
Fields in net.infonode.tabbedpanel declared as Property | |
static Property[] |
TabbedPanelProperties.FUNCTIONAL_PROPERTIES
Array with all properties that controls the functional behavior |
static Property[] |
TabbedPanelProperties.SHADOW_PROPERTIES
Array with all properties that controls the shadow |
static Property[] |
TabbedPanelProperties.TABS_VISUAL_PROPERTIES
Array with all properties that controls the visual apperance except for shadow |
static Property[] |
TabbedPanelProperties.VISUAL_PROPERTIES
Array with all properties that controls the visual apperance including shadow |
Uses of Property in net.infonode.tabbedpanel.titledtab |
Classes in net.infonode.tabbedpanel.titledtab that implement Property | |
class |
TitledTabBorderSizePolicyProperty
Property for TitledTabBorderSizePolicy |
class |
TitledTabSizePolicyProperty
Property for TitledTabSizePolicy |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |