public interface FwkInfoBusImmediateAccessInterface extends FwkCompareInterface, FwkInfoBusItemGroupInterface, javax.infobus.DataItem, javax.infobus.ImmediateAccess, javax.infobus.DataItemChangeManager, java.awt.datatransfer.Transferable
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 |
---|---|
java.lang.String |
getName()
Get the name of the data item.
|
boolean |
hasValidValues()
Returns a boolean whether the item has valid values.
|
boolean |
isGroup()
Returns a boolean that indicates whether the item is a group.
|
void |
setProperty(java.lang.String keyword,
java.lang.Object value)
Set a property value.
|
void |
setValidValues(boolean flag)
Set the flag for valid values.
|
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName
getVersion, release
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addChild, addChildListener, containsChild, getAllChildren, getAllChildren, getChildren, getChildren, getChildrenCount, hasChildren, removeAllChildren, removeChild, removeChild, removeChildListener, setChildren
java.lang.String getName()
getName
in interface FwkDescriptionInterface
getName
in interface FwkInfoBusItemGroupInterface
void setProperty(java.lang.String keyword, java.lang.Object value)
keyword
- The property keyword.value
- The value belongs to the keyword.boolean isGroup()
boolean hasValidValues()
void setValidValues(boolean flag)
flag
- true if the values should be valid.