|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This Facet
exposes the properties which the primary
object has. A UI element element may choose to represent these as
entries in a "property sheet" view, etc.
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
|
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener l)
|
Property[] |
getAdditionalProperties()
Additional properties defined by the application, and not provided as results of a get propertyNameProperty()
method on this interface. |
String |
getDisplayName()
Shortcut to value of getDisplayNameProperty() . |
Property |
getDisplayNameProperty()
The localized display name of this object. |
Property |
getExpertProperty()
This property is used to distinguish between those objects that are intended for expert users from those that are intended for normal users. |
Property |
getHiddenProperty()
This property is used to identify objects that are intended only for tool use, and which should not be exposed to humans. |
Icon |
getLargeIcon()
Shortcut to value of getLargeIconProperty() . |
Property |
getLargeIconProperty()
A large (32 pixels square) icon to represent this object. |
String |
getName()
Shortcut to value of getNameProperty() . |
Property |
getNameProperty()
The programmatic name of this object. |
Property |
getPreferredProperty()
This property is used to identify objects that are particularly important for presenting to humans. |
String |
getShortDescription()
Shortcut to value of getPreferredProperty() . |
Property |
getShortDescriptionProperty()
The short description of the object. |
Icon |
getSmallIcon()
Shortcut to value of getSmallIconProperty() . |
Property |
getSmallIconProperty()
A small (16 pixels square) icon to represent this object in menus and toolbars. |
boolean |
isExpert()
Shortcut to value of getExpertProperty() . |
boolean |
isHidden()
Shortcut to value of getHiddenProperty() . |
boolean |
isPreferred()
Shortcut to value of getPreferredProperty() . |
void |
removePropertyChangeListener(PropertyChangeListener l)
|
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener l)
|
Methods inherited from interface org.favabeans.base.Facet |
getPrimaryObject |
Method Detail |
public String getName()
getNameProperty()
.public String getDisplayName()
getDisplayNameProperty()
.public boolean isExpert()
getExpertProperty()
.public boolean isHidden()
getHiddenProperty()
.public boolean isPreferred()
getPreferredProperty()
.public String getShortDescription()
getPreferredProperty()
.
The short description of the object.public Icon getSmallIcon()
getSmallIconProperty()
.public Icon getLargeIcon()
getLargeIconProperty()
.public Property getNameProperty()
public Property getDisplayNameProperty()
public Property getExpertProperty()
public Property getHiddenProperty()
public Property getPreferredProperty()
public Property getShortDescriptionProperty()
public Property getSmallIconProperty()
public Property getLargeIconProperty()
public Property[] getAdditionalProperties()
get
propertyNameProperty()
method on this interface.public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener l)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener l)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |