public interface FwkPanelInterface extends FwkControllerInterface, FwkControlledByInterface, FwkDOMHandlerInterface, FwkPrintableInterface
Modifier and Type | Field and Description |
---|---|
static int |
BOTTOM |
static int |
CENTER |
static int |
LEFT |
static int |
RIGHT |
static int |
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 |
---|---|
java.awt.Component |
add(java.awt.Component component)
Add a component to the panel.
|
java.lang.String |
getTitle()
Get the title of the panel.
|
java.lang.String |
getTitleName()
Get the title name of the panel.
|
void |
printPanel(java.awt.Graphics g)
Print the panel content.
|
void |
refresh()
Refresh the panel.
|
void |
setTitleName(java.lang.String titleName)
Set the title name of the panel.
|
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
static final int CENTER
static final int LEFT
static final int RIGHT
static final int BOTTOM
static final int TOP
java.awt.Component add(java.awt.Component component)
component
- The component to be added to the panel.java.lang.String getTitle()
getTitle
in interface FwkDescriptionInterface
java.lang.String getTitleName()
getTitleName
in interface FwkDescriptionInterface
FwkDescriptionInterface.setTitleName(String)
void printPanel(java.awt.Graphics g)
g
- The graphical contents.void refresh()
void setTitleName(java.lang.String titleName)
setTitleName
in interface FwkDescriptionInterface
titleName
- The title name of the panel.FwkDescriptionInterface.getTitleName()