|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to specify what funcionality a MFlowUI must provide
Method Summary | |
---|---|
javax.swing.JFrame |
getFrame()
Returns the base JFrame of the UI |
ContactMethod[] |
getSelectedContactMethods()
Gets the currently selected ContactMethods |
Contact[] |
getSelectedContacts()
Gets the currently selected Contacts |
MsgFolder |
getSelectedFolder()
Gets the currently selected MsgFolder |
Msg |
getSelectedMsg()
Gets the currently selected Msg. |
Msg[] |
getSelectedMsgs()
Gets the currently selected Msgs. |
void |
init()
Initializes the user interface |
boolean |
isVisible()
Returns whether or not the UI is currently visible |
void |
repaint()
Repaints the UI |
void |
setVisible(boolean b)
Sets the visibility of the UI |
Method Detail |
---|
Contact[] getSelectedContacts()
ContactMethod[] getSelectedContactMethods()
MsgFolder getSelectedFolder()
Msg getSelectedMsg()
Msg[] getSelectedMsgs()
void setVisible(boolean b)
b
- whether or not to display the UIboolean isVisible()
void repaint()
javax.swing.JFrame getFrame()
void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |