|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectesmska.gui.Actions
public class Actions
Class containing common actions used in GUIs
Nested Class Summary | |
---|---|
static class |
Actions.SuggestGatewayAction
Select suggested gateway in the combobox |
Constructor Summary | |
---|---|
Actions()
|
Method Summary | |
---|---|
static javax.swing.Action |
getAboutAction()
Show about frame |
static javax.swing.Action |
getBrowseAction(java.lang.String url)
Browse specific URL with a web browser |
static javax.swing.Action |
getConfigAction()
Show config frame |
static javax.swing.Action |
getExportAction()
Export contacts for other programs |
static javax.swing.Action |
getHistoryAction()
Show the history frame |
static javax.swing.Action |
getImportAction()
Import contacts from other programs/formats |
static javax.swing.Action |
getLogAction()
Show the log frame |
static javax.swing.Action |
getQueuePauseAction(boolean showName)
Pause/unpause the sms queue |
static javax.swing.Action |
getQuitAction()
Quit the program |
static javax.swing.Action |
getSuggestGatewayAction(GatewayComboBox gatewayComboBox,
javax.swing.text.JTextComponent numberComponent)
Get action to automatically select best suitable gateway in this list according to number filled in specified text component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Actions()
Method Detail |
---|
public static javax.swing.Action getAboutAction()
public static javax.swing.Action getConfigAction()
public static javax.swing.Action getQuitAction()
public static javax.swing.Action getHistoryAction()
public static javax.swing.Action getImportAction()
public static javax.swing.Action getExportAction()
public static javax.swing.Action getLogAction()
public static javax.swing.Action getQueuePauseAction(boolean showName)
showName
- show name of the action (in button text etc)public static javax.swing.Action getSuggestGatewayAction(GatewayComboBox gatewayComboBox, javax.swing.text.JTextComponent numberComponent)
gatewayComboBox
- Gateway combobox which to adjust to suggested gatewaynumberComponent
- Text component containing phone number
public static javax.swing.Action getBrowseAction(java.lang.String url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |