|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dmc.GUI
GUI for the DMC messaging system. This creates and organizes all fo the necesary GUI components. This must be called with a wrapper instead of being run directly.
DMC
Field Summary | |
protected dmc.TabbedChat |
tabbedChat
|
protected dmc.UserList |
userList
|
Constructor Summary | |
GUI()
Default ctor. |
Method Summary | |
protected java.awt.Component |
createComponents()
Returns a pane containing all the necessary components of the GUI. |
dmc.TabbedChat |
getTabbedChat()
Returns the tabbed chat object which manages conversations. |
protected void |
initComponents()
Initializes the components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final dmc.TabbedChat tabbedChat
protected final dmc.UserList userList
Constructor Detail |
public GUI()
Method Detail |
protected void initComponents()
protected java.awt.Component createComponents()
public dmc.TabbedChat getTabbedChat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |