|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.MessageDelegator
Displays a ConversationPanel in the TabFrame or in a containing JFrame depending on whether or not the application is set to use a tabbed window
Method Summary | |
void |
frontFrame(ConversationPanel panel)
If the panel is contained in a JFrame, this method brings that frame to the front of the screen |
static MessageDelegator |
getInstance()
|
java.util.Vector |
getPanels()
|
void |
removePanel(ConversationPanel panel)
Removes a panel from the panels Vector |
void |
showPanel(ConversationPanel panel)
Shows a panel using the TabFrame or a containing frame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static MessageDelegator getInstance()
public void showPanel(ConversationPanel panel)
panel
- the panel to showpublic void frontFrame(ConversationPanel panel)
panel
- the panel containing the frame to bring to the frontpublic void removePanel(ConversationPanel panel)
panel
- the panel to removepublic java.util.Vector getPanels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |