public interface OdsxPresentorPanelInterface extends FwkPanelInterface
BOTTOM, CENTER, LEFT, RIGHT, TOPINFOBUS_SOURCEAUTHOR, 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 |
addExecuteStateListener(FwkExecuteStateListenerInterface l)
Add a state change listener.
|
void |
addPresentable(OdsxPresentableElementInterface presentable)
Add an presentable element to the presentor.
|
FwkCommandInterface |
getCommandObject()
Get the command object.
|
OdsxPresentorInterface |
getPresentor()
Get the presentor.
|
void |
removeExecuteStateListener(FwkExecuteStateListenerInterface l)
Remove a state change listener.
|
void |
removePresentable(OdsxPresentableElementInterface presentable)
Remove an presentable element from the presentor.
|
void |
setPresentor(OdsxPresentorInterface odsPresentor)
Set the presentor.
|
add, getTitle, getTitleName, printPanel, refresh, setTitleNamegetController, setControllergetCompany, readConstructor, readFromDOM, readingDOM, readingDOM, writeConstructor, writeToDOM, writeToXMLgetPrintJobName, setPageFormatfireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManagergetCommands, 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, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMailgetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringgetVersion, releasevoid setPresentor(OdsxPresentorInterface odsPresentor)
odsPresentor - The presentor.OdsxPresentorInterface getPresentor()
FwkCommandInterface getCommandObject()
void removePresentable(OdsxPresentableElementInterface presentable)
ie - The presentable element to be removeded.void addPresentable(OdsxPresentableElementInterface presentable)
presentable - The presentable element to be added.void addExecuteStateListener(FwkExecuteStateListenerInterface l)
l - the listener.void removeExecuteStateListener(FwkExecuteStateListenerInterface l)
l - the listener.