examples.chat.client.gui
Class ChatView

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.View
          extended by org.jdesktop.application.FrameView
              extended by examples.chat.client.gui.ChatView

public class ChatView
extends org.jdesktop.application.FrameView

The application's main frame.


Constructor Summary
ChatView(org.jdesktop.application.SingleFrameApplication app)
           
 
Method Summary
 void showAboutBox()
           
 void updateMessages(String messages)
          Update received messages display.
 
Methods inherited from class org.jdesktop.application.FrameView
getFrame, getRootPane, setFrame
 
Methods inherited from class org.jdesktop.application.View
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatView

public ChatView(org.jdesktop.application.SingleFrameApplication app)
Method Detail

showAboutBox

@Action
public final void showAboutBox()

updateMessages

public final void updateMessages(String messages)
Update received messages display.



Copyright © 2011. All Rights Reserved.