| org.columba.mail.gui.message.viewer.IViewer
IViewer | public interface IViewer extends IExtensionInterface(Code) | | Implementing classes should retrieve the necessary information from the
selected message and change their appearance appropriately.
You can put every component in place you want.
author: fdietz |
Method Summary | |
JComponent | getView() Return view of component. | boolean | isVisible() Check if component should be viewed.
true, if component is visible. | void | updateGUI() Update ui to reflect the changes. |
isVisible | boolean isVisible()(Code) | | Check if component should be viewed.
true, if component is visible. False, otherwise. |
updateGUI | void updateGUI() throws Exception(Code) | | Update ui to reflect the changes.
|
|
|