|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.View
org.jdesktop.application.FrameView
examples.chat.client.gui.ChatView
public class ChatView
The application's main frame.
| Constructor Summary | |
|---|---|
ChatView(org.jdesktop.application.SingleFrameApplication app)
|
|
| Method Summary | |
|---|---|
void |
showAboutBox()
|
void |
updateMessages(java.lang.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 |
|---|
public ChatView(org.jdesktop.application.SingleFrameApplication app)
| Method Detail |
|---|
@Action public void showAboutBox()
public void updateMessages(java.lang.String messages)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||