A B C D E F G H I J K L M N O P Q R S T U V W 

S

saveConfig() - Method in class esmska.persistence.PersistenceManager
Save program configuration
saveContacts() - Method in class esmska.persistence.PersistenceManager
Save contacts
saveGateway(String, String, byte[]) - Method in class esmska.persistence.PersistenceManager
Save new gateway to file.
saveGatewayProperties() - Method in class esmska.persistence.PersistenceManager
Save gateway properties.
saveHistory() - Method in class esmska.persistence.PersistenceManager
Save sms history
saveKeyring() - Method in class esmska.persistence.PersistenceManager
Save keyring.
saveQueue() - Method in class esmska.persistence.PersistenceManager
Save sms queue
selectNextSuggestedGateway(String) - Method in class esmska.gui.GatewayComboBox
If there are more than 1 suggested gateways for this phone number, this method will select the next one.
selectSuggestedGateway(String) - Method in class esmska.gui.GatewayComboBox
Select gateway according to phone number or phone number prefix.
SEND_STATS - Static variable in class esmska.data.Links
link to send usage statistics to
sendMessage(SMS) - Method in class esmska.transfer.GatewayInterpreter
Send a message
sendUsageInfo() - Static method in class esmska.update.Statistics
Send program usage info to Esmska server if appropriate (check with Statistics.shouldSend())
set1(A) - Method in class esmska.data.Tuple
Set first object
set1(A) - Method in class esmska.data.Tuple3
Set first object
set2(B) - Method in class esmska.data.Tuple
Set second object
set2(B) - Method in class esmska.data.Tuple3
Set second object
set3(C) - Method in class esmska.data.Tuple3
Set third object
setAboutAction(Action) - Method in class esmska.integration.ActionBean
 
setActionBean(ActionBean) - Method in class esmska.integration.IntegrationAdapter
Set action bean.
setActionBean(ActionBean) - Method in class esmska.integration.mac.MacIntegration
 
setAnnounceProgramUpdates(boolean) - Method in class esmska.data.Config.GlobalConfig
 
setAnnounceProgramUpdates(boolean) - Method in class esmska.data.Config
 
setAnnounceUnstableUpdates(boolean) - Method in class esmska.data.Config
Set if should announce unstable versions.
setAutoHyperlinkHandling(boolean) - Method in class esmska.gui.JHtmlLabel
Set whether this JLabel should automatically open browser on hyperlink click (an event will still be sent).
setBestFocus() - Method in class esmska.gui.GatewayErrorMessage
Focus the best component in this panel
setBestFocus() - Method in class esmska.gui.GatewayImageCodeMessage
 
setBestFocus() - Method in class esmska.gui.GatewayMessage
Focus the best component in this panel
setConfig(GatewayConfig) - Method in class esmska.data.Gateway
 
setConfigAction(Action) - Method in class esmska.integration.ActionBean
 
setConnection(String, String[], boolean, String[]) - Method in class esmska.transfer.GatewayConnector
Prepare connector for a new connection.
setContact(Contact) - Method in class esmska.gui.EditContactPanel
Set contact to be edited or use null for new one
setContact(Contact) - Method in class esmska.gui.SMSPanel.RecipientTextField
Set contact to display.
setContacts(Set<Contact>) - Method in class esmska.data.Envelope
set all recipients
setContacts(Collection<Contact>) - Method in class esmska.gui.EditContactPanel
Set contacts for collective editing.
setContacts(Collection<Contact>) - Method in class esmska.gui.SMSPanel
set selected contacts in contact list or contact to display
setCountryPrefix(String) - Method in class esmska.data.Config
 
setCountryPrefix(String) - Method in class esmska.gui.CountryPrefixPanel
Set country prefix to display
setCustomDirs(String, String) - Static method in class esmska.persistence.PersistenceManager
Set custom directories
setDate(Date) - Method in class esmska.data.History.Record
Date of the sending.
setDebugMode(boolean) - Method in class esmska.data.Config
 
setDeprecatedGateways(Set<DeprecatedGateway>) - Method in class esmska.data.Gateways
Set currently deprecated gateways.
setDocumentModalDialog(JDialog) - Static method in class esmska.utils.RuntimeUtils
Set dialog to be document modal and set property so it will look as native modal dialog on Mac (has no effect on other platforms).
setEverythingLoaded(boolean) - Static method in class esmska.Context
 
setExceptionText(String) - Method in class esmska.gui.ExceptionDialog
Set the traceback text that should appear in the dialog
setFavorite(boolean) - Method in class esmska.data.Gateway
Set this gateway as user favorite
setFavoriteGateways(String[]) - Method in class esmska.data.Config
 
setFilter(String) - Method in class esmska.gui.GatewayComboBox
Filter available gateways to display only those that are capable of sending defined phone number or phone number prefix.
setGateway(String) - Method in class esmska.data.Contact
Set contact gateway
setGateway(String) - Method in class esmska.data.History.Record
Gateway of the message.
setGateway(String) - Method in class esmska.data.SMS
Gateway of the message.
setGatewaysLoaded(boolean) - Static method in class esmska.Context
 
setHidden(boolean) - Method in class esmska.data.Gateway
Set this gateway as hidden from user interface
setHiddenGateways(String[]) - Method in class esmska.data.Config
 
setHorizontalSplitPaneLocation(Integer) - Method in class esmska.data.Config
 
setHttpProxy(String) - Method in class esmska.data.Config
 
setHttpsProxy(String) - Method in class esmska.data.Config
 
setImage(ImageIcon) - Method in class esmska.data.SMS
Security image.
setImageCode(String) - Method in class esmska.data.SMS
Security image code.
setImageHint(String) - Method in class esmska.data.SMS
Hint from gateway where to find security image.
setLaF() - Static method in class esmska.gui.ThemeManager
Set look and feel found in configuration.
setLafJGoodiesTheme(String) - Method in class esmska.data.Config
 
setLafSubstanceSkin(String) - Method in class esmska.data.Config
 
setLanguage(String) - Method in class esmska.transfer.GatewayConnector
Sets preferred language to retrieve web content.
setLastStatsSent(Date) - Method in class esmska.data.Config
 
setLocalizedText(Action, String) - Static method in class esmska.utils.L10N
Set a name and mnemonics to an Action.
setLocalizedText(JTabbedPane, int, String) - Static method in class esmska.utils.L10N
Set a name and mnemonics to a pane in JTabbedPane.
setLookAndFeel(ThemeManager.LAF) - Method in class esmska.data.Config
Set current look and feel.
setMainDimension(Dimension) - Method in class esmska.data.Config
 
setName(String) - Method in class esmska.data.Contact
Set contact name.
setName(String) - Method in class esmska.data.History.Record
Name of the recepient.
setName(String) - Method in class esmska.data.SMS
Name of the recipient.
setNotificationIconVisible(boolean) - Method in class esmska.data.Config
 
setNumber(String) - Method in class esmska.data.Contact
Set full phone number.
setNumber(String) - Method in class esmska.data.History.Record
Recepient number in international format (starting with "+").
setNumber(String) - Method in class esmska.data.SMS
Recepient number in international format (starting with "+").
setNumber(String) - Method in class esmska.gui.SMSPanel.RecipientTextField
Set phone number to display.
setPaused(boolean) - Method in class esmska.data.Queue
Sets whether queue is currently paused
setProblem(Tuple<GatewayExecutor.Problem, String>) - Method in class esmska.data.SMS
Set the current problem this SMS has.
setProblem(Object) - Method in class esmska.transfer.GatewayExecutor
Same as calling setProblem(problem, null).
setProblem(Object, String) - Method in class esmska.transfer.GatewayExecutor
Problem displayed when sending was unsuccessful.
setProfileName(String) - Method in class esmska.data.Signature
 
setProgress(Integer, String, Boolean, Boolean) - Method in class esmska.gui.StatusPanel
Set progress on progress bar Use null to any parameter if you don't want to set it
setProxy(String, String, String) - Static method in class esmska.transfer.ProxyManager
Set system-wide proxy.
setQuitAction(Action) - Method in class esmska.integration.ActionBean
 
setReceipt(boolean) - Method in class esmska.data.GatewayConfig
 
setReducedHistory(boolean) - Method in class esmska.data.Config
 
setReducedHistoryCount(int) - Method in class esmska.data.Config
 
setReferer(String) - Method in class esmska.transfer.GatewayConnector
Set referer.
setReferer(String) - Method in class esmska.transfer.GatewayExecutor
Referer (HTTP 'Referer' header) used for all following requests.
setRemoveAccents(boolean) - Method in class esmska.data.Config
 
setResolver(ImageCodeResolver) - Static method in class esmska.transfer.ImageCodeManager
Set a security image resolver which should be used from now on
setSameProxy(boolean) - Method in class esmska.data.Config
 
setSelectedContact(Contact) - Method in class esmska.gui.ContactPanel
set selected contact in contact list
setSelectedContact(String) - Method in class esmska.gui.ContactPanel
set selected contact in contact list based on contact name
setSelectedGateway(String) - Method in class esmska.gui.GatewayComboBox
Set currently selected gateway by it's name.
setSelectedItem(Object) - Method in class esmska.gui.SignatureComboBox
 
setSelectedSignature(String) - Method in class esmska.gui.SignatureComboBox
Set selected signature.
setSenderName(String) - Method in class esmska.data.History.Record
Sender name.
setSenderNumber(String) - Method in class esmska.data.History.Record
Sender number.
setSharedInstance(Config) - Static method in class esmska.data.Config
Set shared instance
setShowAdvancedControls(boolean) - Method in class esmska.data.Config
 
setShowAdvancedSettings(boolean) - Method in class esmska.data.Config
 
setShowTips(boolean) - Method in class esmska.data.Config
 
setSignature(String) - Method in class esmska.data.GatewayConfig
 
setSMS(SMS) - Method in class esmska.gui.SMSPanel
set sms to display and edit
setSMSCount(Integer) - Method in class esmska.integration.IntegrationAdapter
Set SMS count.
setSMSCount(Integer) - Method in class esmska.integration.mac.MacIntegration
 
setSMSFailed(SMS) - Method in class esmska.data.Queue
Mark SMS as failed during sending.
setSMSSending(SMS) - Method in class esmska.data.Queue
Mark SMS as currently being sent.
setSMSSent(SMS) - Method in class esmska.data.Queue
Mark the SMS as successfully sent.
setSocksProxy(String) - Method in class esmska.data.Config
 
setStartCentered(boolean) - Method in class esmska.data.Config
 
setStartMinimized(boolean) - Method in class esmska.data.Config
 
setStatusMessage(String, Date, ImageIcon, boolean) - Method in class esmska.gui.StatusPanel
Prints message to status bar
setSupplementalMessage(String) - Method in class esmska.transfer.GatewayExecutor
Optional supplemental message from gateway that is shown after message sending.
setSupplMsg(String) - Method in class esmska.data.SMS
Message from gateway.
setTaskRunning(boolean) - Method in class esmska.gui.StatusPanel
Tells main form whether it should display task busy icon
setText(String) - Method in class esmska.data.Envelope
set text of sms
setText(String) - Method in class esmska.data.History.Record
Text of the message.
setText(String) - Method in class esmska.data.SMS
Text of the message.
setText(String) - Method in class esmska.gui.SMSPanel.RecipientTextField
Set text to display.
setToolbarVisible(boolean) - Method in class esmska.data.Config
 
setUseProxy(boolean) - Method in class esmska.data.Config
 
setUserName(String) - Method in class esmska.data.Signature
 
setUserNumber(String) - Method in class esmska.data.Signature
 
setUUID(String) - Method in class esmska.data.Config
 
setUUIDMonth(int) - Method in class esmska.data.Config
 
setVersion(String) - Method in class esmska.data.Config
 
setVerticalSplitPaneLocation(Integer) - Method in class esmska.data.Config
 
shouldSend() - Static method in class esmska.update.Statistics
Decide whether to send statistics to Esmska server or not.
showAddContactDialog(Contact) - Method in class esmska.gui.ContactPanel
Shows dialog for adding contact with predefined values
showErrorMsg(SMS) - Method in class esmska.gui.GatewayErrorMessage
Initialize this message to show an SMS error
showImageCodeMsg(SMS) - Method in class esmska.gui.GatewayImageCodeMessage
Initialize this message to show an image code request message
showTipOfTheDay() - Method in class esmska.gui.MainFrame
Display random tip from the collection of tips
Signature - Class in esmska.data
This class represent user signature that is appended to an SMS.
Signature(String, String, String) - Constructor for class esmska.data.Signature
Create new signature.
SignatureComboBox - Class in esmska.gui
Combobox showing all Signatures.
SignatureComboBox() - Constructor for class esmska.gui.SignatureComboBox
 
SignatureComboBox.SignatureComboBoxRenderer - Class in esmska.gui
Render signature items
SignatureComboBox.SignatureComboBoxRenderer() - Constructor for class esmska.gui.SignatureComboBox.SignatureComboBoxRenderer
 
Signatures - Class in esmska.data
Class managing all of the signatures.
Signatures.Events - Enum in esmska.data
Event to fire from this class.
size() - Method in class esmska.data.Contacts
Return number of contacts
size() - Method in class esmska.data.Gateways
Return number of gateways
size() - Method in class esmska.data.Log
Return number of records
size() - Method in class esmska.data.Queue
Get the number of SMS in the queue
sleep(long) - Method in class esmska.transfer.GatewayExecutor
Pauses the execution for specified amount of time.
SMS - Class in esmska.data
SMS entity class
SMS(String, String, String) - Constructor for class esmska.data.SMS
Shortcut for SMS(number, text, gateway, null).
SMS(String, String, String, String) - Constructor for class esmska.data.SMS
Constructs new SMS.
SMS.Status - Enum in esmska.data
Status of SMS
SMSPanel - Class in esmska.gui
Panel for writing and sending sms, and for setting immediate contact
SMSPanel() - Constructor for class esmska.gui.SMSPanel
Creates new form SMSPanel
SMSPanel.RecipientTextField - Class in esmska.gui
Textfield for entering contact name or number
SMSPanel.RecipientTextField() - Constructor for class esmska.gui.SMSPanel.RecipientTextField
 
SMSSender - Class in esmska.transfer
Sender of SMS
SMSSender() - Constructor for class esmska.transfer.SMSSender
Creates a new instance of SMSSender
sortDialogOptions(T...) - Static method in class esmska.utils.RuntimeUtils
 
sortOptions(T...) - Static method in class esmska.utils.RuntimeUtils
 
startAndShow() - Method in class esmska.gui.MainFrame
Start the mainframe and let it be visible according to user preferences (visible on the screen or hidden to notification area)
Statistics - Class in esmska.update
Class handling everything needed about collecting and posting program usage statistics.
Statistics() - Constructor for class esmska.update.Statistics
 
STATUS_BLANK - Static variable in class esmska.data.Icons
 
STATUS_ERROR - Static variable in class esmska.data.Icons
 
STATUS_INFO - Static variable in class esmska.data.Icons
 
STATUS_MESSAGE - Static variable in class esmska.data.Icons
 
STATUS_UPDATE - Static variable in class esmska.data.Icons
 
STATUS_UPDATE_IMPORTANT - Static variable in class esmska.data.Icons
 
STATUS_WARNING - Static variable in class esmska.data.Icons
 
StatusPanel - Class in esmska.gui
Status bar panel
StatusPanel() - Constructor for class esmska.gui.StatusPanel
Creates new form StatusPanel
storeRecords(boolean) - Static method in class esmska.utils.LogSupport
Whether to rememeber log records (useful for later inicialization of file handler) or not (and erase old ones).
stripCountryPrefix(String, boolean) - Static method in class esmska.data.CountryPrefix
Strip current country prefix from number if possible
stripHtml(String) - Static method in class esmska.utils.MiscUtils
Strip html tags from text.
suggestBestLAF() - Static method in class esmska.gui.ThemeManager
Propose the best LaF for current system, based on java type and operating system.
suggestGateway(String) - Method in class esmska.data.Gateways
Guess gateway according to phone number or phone number prefix.
switchToTab(ConfigFrame.Tabs) - Method in class esmska.gui.ConfigFrame
 
systemAboutToSleep(AppEvent.SystemSleepEvent) - Method in class esmska.integration.mac.handler.MacSystemSleepListener
 
systemAwoke(AppEvent.SystemSleepEvent) - Method in class esmska.integration.mac.handler.MacSystemSleepListener
 
A B C D E F G H I J K L M N O P Q R S T U V W