com.u2d.view.wings
Class MessagePanel

java.lang.Object
  extended by org.wings.SComponent
      extended by org.wings.SContainer
          extended by org.wings.SPanel
              extended by com.u2d.view.wings.MessagePanel
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.wings.Renderable

public class MessagePanel
extends org.wings.SPanel

Created by IntelliJ IDEA. User: eitan Date: Jun 22, 2006 Time: 11:46:14 PM

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wings.SContainer
SELECTOR_CONTENT
 
Fields inherited from class org.wings.SComponent
DONE_RENDERING, dynamicStyles, START_RENDERING, visible, WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_FRAME
 
Constructor Summary
MessagePanel()
           
 
Method Summary
 void message(java.lang.String text)
           
 
Methods inherited from class org.wings.SPanel
setCG
 
Methods inherited from class org.wings.SContainer
add, add, add, add, addComponent, addComponent, addComponent, addComponent, addContainerListener, clone, fireContainerEvent, getBackgroundImage, getComponent, getComponentCount, getComponentList, getComponents, getConstraintAt, getConstraintList, getLayout, getMenus, invite, inviteEachComponent, processContainerEvent, remove, remove, removeAll, removeContainerListener, setBackgroundImage, setCG, setLayout, setParentFrame, updateCG
 
Methods inherited from class org.wings.SComponent
addComponentListener, addDynamicStyle, addEventListener, addParentFrameListener, addRenderListener, addScriptListener, fireComponentChangeEvent, fireFinalEvents, fireKeyEvents, fireRenderEvent, getActionMap, getBackground, getBorder, getCG, getClientProperty, getComponentCssSelector, getComponentPopupMenu, getDynamicStyle, getDynamicStyles, getEncodedLowLevelEventId, getFocusTraversalIndex, getFont, getForeground, getHorizontalAlignment, getInputMap, getInputMap, getListenerCount, getListenerList, getListeners, getLowLevelEventId, getName, getParent, getParentFrame, getPreferredSize, getRequestURL, getResidesInForm, getScriptListeners, getSession, getShowAsFormComponent, getStyle, getToolTipText, getVerticalAlignment, isDifferent, isEnabled, isFocusOwner, isRecursivelyVisible, isVisible, paramString, processComponentEvent, processKeyEvents, processLowLevelEvent, putClientProperty, reload, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, removeComponentListener, removeDynamicStyle, removeEventListener, removeParentFrameListener, removeRenderListener, removeScriptListener, requestFocus, scrollRectToVisible, setActionMap, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, setBackground, setBorder, setCG, setComponentPopupMenu, setDynamicStyles, setEnabled, setFocusTraversalIndex, setFont, setForeground, setHorizontalAlignment, setInputMap, setInputMap, setName, setNameRaw, setParent, setPreferredSize, setShowAsFormComponent, setStyle, setToolTipText, setVerticalAlignment, setVisible, toString, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessagePanel

public MessagePanel()
Method Detail

message

public void message(java.lang.String text)