public interface OdsxPresentorPanelInterface extends FwkPanelInterface
BOTTOM, CENTER, LEFT, RIGHT, TOP
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 |
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, setTitleName
getController, setController
getCompany, readConstructor, readFromDOM, readingDOM, readingDOM, writeConstructor, writeToDOM, writeToXML
getPrintJobName, setPageFormat
fireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManager
getCommands, getPersistentObjectNames
destroyController
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEvents
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListener
getAuthor, 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, setSupportEMail
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommands
getPresentationString, getPresentationString
getVersion, release
void 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.