public interface FwkItemInterface extends FwkPersistenceInterface, javax.infobus.DataItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INFOBUS_SOURCE
The Property keyword for the infobus source.
|
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Modifier and Type | Method and Description |
|---|---|
void |
fireItemAdded()
This method is used when the item is added to infobus producer.
|
void |
fireItemDeleted()
This method is used when the item is delete from the source of the object.
|
void |
fireItemRevoked()
This method is used when the item is revoked from the infobus producer.
|
void |
fireItemValueChanged()
This method is used when the item is revoked from the infobus producer.
|
java.lang.Object |
getProperty(java.lang.String key)
Returns the property of the item.
|
FwkPropertyGroupInterface |
getPropertyGroup(java.lang.String groupName)
Get a property group from item.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set a property value of the item.
|
void |
setPropertyGroup(FwkPropertyGroupInterface group)
Set the property group.
|
void |
suspendChangeManager(boolean flag)
Suspend the change manager fire mechanismn.
|
getCommands, getPersistentObjectNamesdestroyControlleraddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsaddVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListenergetAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleNamegetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringgetVersion, releasestatic final java.lang.String INFOBUS_SOURCE
java.lang.Object getProperty(java.lang.String key)
getProperty in interface javax.infobus.DataItemkey - The property key word.FwkPropertyGroupInterface getPropertyGroup(java.lang.String groupName)
groupName - The name of the requested group.void setProperty(java.lang.String key,
java.lang.Object value)
key - The property key word.value - The value of the property.void setPropertyGroup(FwkPropertyGroupInterface group)
group - the property group.void suspendChangeManager(boolean flag)
flag - if true the manager doesn' t send messages.void fireItemAdded()
void fireItemDeleted()
void fireItemRevoked()
void fireItemValueChanged()