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

G

Gateway - Class in esmska.data
Class representing a web gateway.
Gateway(URL) - Constructor for class esmska.data.Gateway
Creates new Gateway.
Gateway.Feature - Enum in esmska.data
This enum attributes indicate which various features are supported by a given gateway.
GATEWAY_BLANK - Static variable in class esmska.data.Icons
 
GATEWAY_DEFAULT - Static variable in class esmska.data.Icons
 
GatewayComboBox - Class in esmska.gui
JComboBox showing available gateways.
GatewayComboBox() - Constructor for class esmska.gui.GatewayComboBox
 
GatewayComboBox.GatewayComboBoxRenderer - Class in esmska.gui
Renderer for items in GatewayComboBox
GatewayComboBox.GatewayComboBoxRenderer() - Constructor for class esmska.gui.GatewayComboBox.GatewayComboBoxRenderer
 
GatewayConfig - Class in esmska.data
This class contains user-configurable gateway properties.
GatewayConfig() - Constructor for class esmska.data.GatewayConfig
 
GatewayConnector - Class in esmska.transfer
Class for connecting to HTTP resources and sending GET and POST requests.
GatewayConnector() - Constructor for class esmska.transfer.GatewayConnector
Constructor for GatewayConnector.
GatewayErrorMessage - Class in esmska.gui
Error message from gateway displayed to a user
GatewayErrorMessage() - Constructor for class esmska.gui.GatewayErrorMessage
Creates new form GatewayErrorMessage
GatewayExecutor - Class in esmska.transfer
Class containing methods, which can be called from gateway scripts.
GatewayExecutor(SMS) - Constructor for class esmska.transfer.GatewayExecutor
 
GatewayExecutor.Problem - Enum in esmska.transfer
 
GatewayImageCodeMessage - Class in esmska.gui
Image code recognition request from a gateway displayed to the user
GatewayImageCodeMessage() - Constructor for class esmska.gui.GatewayImageCodeMessage
Creates new form GatewayImageCodeMessage
GatewayInfo - Interface in esmska.data
Interface pro gateway scripts.
GatewayInterpreter - Class in esmska.transfer
Class that takes care of parsing gateway script files for extracting gateway info and sending messages.
GatewayInterpreter() - Constructor for class esmska.transfer.GatewayInterpreter
 
GatewayMessage - Class in esmska.gui
Message from gateway displayed to a user
GatewayMessage() - Constructor for class esmska.gui.GatewayMessage
 
GatewayMessageFrame - Class in esmska.gui
Dialog for various alerts from gateways
GatewayMessageFrame.TaskPane - Class in esmska.gui
A JXTaskPane override that allows easy interaction with included GatewayMessage
GatewayMessageFrame.TaskPane(GatewayMessage) - Constructor for class esmska.gui.GatewayMessageFrame.TaskPane
Create new TaskPane containing GatewayMessage
Gateways - Class in esmska.data
Class managing all gateways
Gateways.Events - Enum in esmska.data
Events fired when gateway collection is changed.
gatewaysLoaded() - Static method in class esmska.Context
Whether all gateways were already loaded.
GatewayUpdateInfo - Class in esmska.update
Class for representation of gateway update.
GatewayUpdateInfo(String, String, String, String, String, String) - Constructor for class esmska.update.GatewayUpdateInfo
Constructor.
GatewayVariable - Enum in esmska.transfer
Enum of gateway variables applicable in the gateway script.
generate() - Method in class esmska.data.Envelope
generate list of sms's to send
get(String) - Method in class esmska.data.Gateways
Find gateway by name.
get(String) - Static method in class esmska.data.Icons
Return an ImageIcon of a requested name loaded from default resource directory.
get(String) - Method in class esmska.data.Signatures
Get signature by its name.
get1() - Method in class esmska.data.Tuple
Get first object
get1() - Method in class esmska.data.Tuple3
Get first object
get2() - Method in class esmska.data.Tuple
Get second object
get2() - Method in class esmska.data.Tuple3
Get second object
get3() - Method in class esmska.data.Tuple3
Get third object
getAboutAction() - Static method in class esmska.gui.Actions
Show about frame
getAboutAction() - Method in class esmska.integration.ActionBean
 
getActiveLaF() - Static method in class esmska.gui.ThemeManager
Returns currently active look and feel
getAll() - Method in class esmska.data.Contacts
Get unmodifiable collection of all contacts sorted by name
getAll() - Method in class esmska.data.Gateways
Get collection of all gateways sorted by name
getAll() - Method in class esmska.data.Queue
Get all SMS in the queue.
getAll(String) - Method in class esmska.data.Queue
Get all SMS in the queue for specified gateway.
getAll() - Method in class esmska.data.Signatures
Get all user-defined signatures.
getAllWithStatus(SMS.Status) - Method in class esmska.data.Queue
Get a collection of SMS with particular status.
getAllWithStatus(SMS.Status, String) - Method in class esmska.data.Queue
Get a collection of SMS with particular status and gateway.
getBinaryContent() - Method in class esmska.transfer.GatewayConnector
Get binary response
getBinaryContent() - Method in class esmska.update.HttpDownloader
Retrieve binary content.
getBrowseAction(String) - Static method in class esmska.gui.Actions
Browse specific URL with a web browser
getCompressAction() - Method in class esmska.gui.SMSPanel
get compress action used for compressing sms text
getConfig() - Method in class esmska.data.Gateway
 
getConfigAction() - Static method in class esmska.gui.Actions
Show config frame
getConfigAction() - Method in class esmska.integration.ActionBean
 
getConfigDir(File) - Method in class esmska.integration.IntegrationAdapter
Get the location of system config directory (not program config directory)
getConfigDir(File) - Method in class esmska.integration.mac.MacIntegration
 
getConfigDir(File) - Method in class esmska.integration.WindowsIntegration
 
getConfigDir() - Static method in class esmska.persistence.PersistenceManager
Get configuration directory
getConfigPath() - Method in class esmska.CommandLineParser
User custom path to configuration files
getConsoleHandler() - Static method in class esmska.utils.LogSupport
Get handler for writing logs into console
getContact() - Method in class esmska.gui.EditContactPanel
Get currently edited contact
getContact() - Method in class esmska.gui.SMSPanel.RecipientTextField
Get currently chosen contact.
getContactPanel() - Method in class esmska.gui.MainFrame
 
getContacts() - Method in class esmska.data.Envelope
get all recipients
getCountryCode(String) - Static method in class esmska.data.CountryPrefix
Get country code for country with specified telephone country prefix.
getCountryCodes() - Static method in class esmska.data.CountryPrefix
Get all country codes sorted ascendingly
getCountryPrefix() - Method in class esmska.data.Config
 
getCountryPrefix(String) - Static method in class esmska.data.CountryPrefix
Get telephone country prefix for country with country code.
getCountryPrefix() - Method in class esmska.gui.CountryPrefixPanel
Get selected country prefix if it's valid or empty string; null otherwise
getDataDir(File) - Method in class esmska.integration.IntegrationAdapter
Get the location of system data directory (not program data directory)
getDataDir(File) - Method in class esmska.integration.mac.MacIntegration
 
getDataDir(File) - Method in class esmska.integration.WindowsIntegration
 
getDataDir() - Static method in class esmska.persistence.PersistenceManager
Get data directory
getDate() - Method in class esmska.data.History.Record
Date of the sending.
getDelayBetweenMessages() - Method in class esmska.data.Gateway
 
getDelayBetweenMessages() - Method in interface esmska.data.GatewayInfo
The delay in seconds that must be kept between sending messages.
getDeprecatedGateways() - Method in class esmska.data.Gateways
Get set of currently deprecated gateways
getDescription() - Method in class esmska.data.Gateway
 
getDescription() - Method in interface esmska.data.GatewayInfo
Short description of the website (purpose, restrictions, etc).
getDescription(SMS) - Method in class esmska.gui.GatewayErrorMessage
Get short description message of the problem mentioned in provided SMS.
getDownloadUrl() - Method in class esmska.update.GatewayUpdateInfo
url where to download gateway script, not null nor empty
getEsmskaLogger() - Static method in class esmska.utils.LogSupport
Get main program logger
getEvent() - Method in class esmska.data.event.ValuedEvent
Get the event type
getExceptionHandler() - Static method in class esmska.gui.ExceptionDialog
Get UncaughtExceptionHandler that will log the exception and show ExceptionDialog
getExportAction() - Static method in class esmska.gui.Actions
Export contacts for other programs
getFavoriteGateways() - Method in class esmska.data.Config
 
getFavorites() - Method in class esmska.data.Gateways
Get gateways marked as favorites
getFeatures() - Method in class esmska.data.Gateway
 
getFeatures() - Method in interface esmska.data.GatewayInfo
The list of all supported features by this gateway.
getFileHandler() - Static method in class esmska.utils.LogSupport
Get handler for writing logs into file
getFileName() - Method in class esmska.update.GatewayUpdateInfo
name of gateway file (without 'gateway' suffix)
getGateway() - Method in class esmska.data.Contact
Get gateway.
getGateway() - Method in class esmska.data.History.Record
Gateway of the message.
getGateway() - Method in class esmska.data.SMS
Gateway of the message.
getGatewayDelay(String) - Method in class esmska.data.Queue
Return current delay for specified gateway.
getGatewayMessage() - Method in class esmska.gui.GatewayMessageFrame.TaskPane
Get the GatewayMessage included in this TaskPane
getGatewayNames() - Method in class esmska.data.Keyring
Get set of all gateway names, which are in the keyring.
getGatewayUpdates(boolean) - Method in class esmska.update.UpdateChecker
Get info about gateway updates
getHelp(SMS) - Method in class esmska.gui.GatewayErrorMessage
Get help message related to the problem stored in the provided SMS.
getHidden() - Method in class esmska.data.Gateways
Get gateways marked as hidden
getHiddenGateways() - Method in class esmska.data.Config
 
getHistoryAction() - Static method in class esmska.gui.Actions
Show the history frame
getHorizontalSplitPane() - Method in class esmska.gui.MainFrame
 
getHorizontalSplitPaneLocation() - Method in class esmska.data.Config
 
getHttpProxy() - Method in class esmska.data.Config
 
getHttpsProxy() - Method in class esmska.data.Config
 
getIcon() - Method in class esmska.data.Gateway
Gateway logo icon.
getIcon() - Method in class esmska.data.Log.Record
Record icon.
getIconUrl() - Method in class esmska.update.GatewayUpdateInfo
url where to download gateway icon, may be null
getImage() - Method in class esmska.data.SMS
Security image.
getImageCode() - Method in class esmska.data.SMS
Security image code.
getImageHint() - Method in class esmska.data.SMS
Hint from gateway where to find security image.
getImportAction() - Static method in class esmska.gui.Actions
Import contacts from other programs/formats
getInstance() - Static method in class esmska.data.Config
Get shared instance
getInstance() - Static method in class esmska.data.Config.GlobalConfig
get shared instance
getInstance() - Static method in class esmska.data.Contacts
Get shared instance
getInstance() - Static method in class esmska.data.Gateways
Get shared instance
getInstance() - Static method in class esmska.data.History
Get shared instance
getInstance() - Static method in class esmska.data.Keyring
Get shared instance
getInstance() - Static method in class esmska.data.Log
Get shared instance
getInstance() - Static method in class esmska.data.Queue
Get shared instance
getInstance() - Static method in class esmska.data.Signatures
 
getInstance() - Static method in class esmska.gui.ExceptionDialog
Get instance of ExceptionDialog
getInstance() - Static method in class esmska.gui.GatewayMessageFrame
 
getInstance() - Static method in class esmska.gui.NotificationIcon
Get instance of NotificationIcon.
getInstance() - Static method in class esmska.integration.IntegrationAdapter
Return instance of singleton.
getInstance() - Static method in class esmska.update.UpdateChecker
Get program instance
getInstance() - Static method in class esmska.update.UpdateInstaller
 
getKey(String) - Method in class esmska.data.Keyring
Get key for chosen gateway.
getLafJGoodiesTheme() - Method in class esmska.data.Config
 
getLafSubstanceSkin() - Method in class esmska.data.Config
 
getLastRecord() - Method in class esmska.data.Log
Get lastly added record
getLastStatsSent() - Method in class esmska.data.Config
 
getLatestProgramVersion() - Method in class esmska.update.UpdateChecker
Get latest program version available online
getLatestVersion() - Static method in class esmska.data.Config
Get latest program version
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class esmska.gui.GatewayComboBox.GatewayComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class esmska.gui.SignatureComboBox.SignatureComboBoxRenderer
 
getLogAction() - Static method in class esmska.gui.Actions
Show the log frame
getLogFile(File) - Method in class esmska.integration.IntegrationAdapter
Get the location of a program log file
getLogFile(File) - Method in class esmska.integration.mac.MacIntegration
 
getLogFile() - Method in class esmska.persistence.PersistenceManager
Get file used for logging
getLookAndFeel() - Method in class esmska.data.Config
 
getMainDimension() - Method in class esmska.data.Config
 
getMaintainer() - Method in class esmska.data.Gateway
 
getMaintainer() - Method in interface esmska.data.GatewayInfo
Maintainer of the script.
getMaxChars() - Method in class esmska.data.Gateway
 
getMaxChars() - Method in interface esmska.data.GatewayInfo
Maximum message length the gateway allows to send.
getMaxParts() - Method in class esmska.data.Gateway
 
getMaxParts() - Method in interface esmska.data.GatewayInfo
Number of allowed messages which user can send at once.
getMaxTextLength() - Method in class esmska.data.Envelope
get maximum length of sendable message
getMessage() - Method in class esmska.data.Log.Record
Record message.
getMinProgramVersion() - Method in class esmska.data.Gateway
 
getMinProgramVersion() - Method in interface esmska.data.GatewayInfo
Minimal program version required to run this script.
getMinProgramVersion() - Method in class esmska.update.GatewayUpdateInfo
minimal required program version to run gateway, not null nor empty
getName() - Method in class esmska.data.Contact
Get contact name.
getName() - Method in class esmska.data.DeprecatedGateway
Name of the deprecated gateway.
getName() - Method in class esmska.data.Gateway
 
getName() - Method in interface esmska.data.GatewayInfo
Gateway name.
getName() - Method in class esmska.data.History.Record
Name of the recepient.
getName() - Method in class esmska.data.SMS
Name of the recepient.
getName() - Method in class esmska.update.GatewayUpdateInfo
gateway name, not null nor empty
getNumber() - Method in class esmska.data.Contact
Get valid full phone number including the country code (starting with "+") or empty string.
getNumber() - Method in class esmska.data.History.Record
Recepient number in international format (starting with "+").
getNumber() - Method in class esmska.data.SMS
Recepient number in international format (starting with "+").
getNumber() - Method in class esmska.gui.SMSPanel.RecipientTextField
Get phone number of chosen contact or typed phone number.
getPopup() - Method in class esmska.gui.NotificationIcon
Returns the popup menu on notification icon.
getPreferredPrefixes() - Method in class esmska.data.Gateway
 
getPreferredPrefixes() - Method in interface esmska.data.GatewayInfo
List of telephone prefixes that are preferred by this gateway.
getProblem() - Method in class esmska.data.SMS
Get the current problem this SMS has.
getProfileName() - Method in class esmska.data.Signature
Get name of this signature profile.
getProgramDirName(String) - Method in class esmska.integration.IntegrationAdapter
Returns how the program directory in system directories should be named
getProgramDirName(String) - Method in class esmska.integration.mac.MacIntegration
 
getProxyHost(ProxyManager.ProxyType) - Static method in class esmska.transfer.ProxyManager
Get ProxyHost for current proxy settings for a particular proxy type
getQueuePanel() - Method in class esmska.gui.MainFrame
 
getQueuePauseAction(boolean) - Static method in class esmska.gui.Actions
Pause/unpause the sms queue
getQuitAction() - Static method in class esmska.gui.Actions
Quit the program
getQuitAction() - Method in class esmska.integration.ActionBean
 
getReason() - Method in class esmska.data.DeprecatedGateway
Reason why this gateway was deprecated.
getRecipient() - Method in class esmska.data.SMS
Return name of the recipient, or if that's empty, his number
getRecord(int) - Method in class esmska.data.History
get record at index
getRecords() - Method in class esmska.data.History
get all records in unmodifiable list
getRecords() - Method in class esmska.data.Log
get all records in unmodifiable list
getRedoAction() - Method in class esmska.gui.SMSPanel
get redo action used in sms text pane
getReducedHistoryCount() - Method in class esmska.data.Config
 
getResolver() - Static method in class esmska.transfer.ImageCodeManager
Get current preferred security image resolver.
getScript() - Method in class esmska.data.Gateway
URL of gateway script (file or jar URL).
getSelectedContacts() - Method in class esmska.gui.ContactPanel
Return selected contacts
getSelectedGateway() - Method in class esmska.gui.GatewayComboBox
Get selected gateway in list or null if none selected.
getSelectedGatewayName() - Method in class esmska.gui.GatewayComboBox
Get name of the selected gateway.
getSelectedSignature() - Method in class esmska.gui.SignatureComboBox
Get currently selected signature.
getSendAction() - Method in class esmska.gui.SMSPanel
get send action used for sending the sms
getSenderName() - Method in class esmska.data.History.Record
Sender name.
getSenderName() - Method in class esmska.data.SMS
Sender name.
getSenderNameSuffix() - Method in class esmska.data.Gateway
Get sender name signature suffix that should be appended to the message before it is sent.
getSenderNumber() - Method in class esmska.data.History.Record
Sender number.
getSenderNumber() - Method in class esmska.data.SMS
Sender number.
getSignature() - Method in class esmska.data.GatewayConfig
Get assigned Signature name.
getSignatureExtraLength() - Method in class esmska.data.Gateway
 
getSignatureExtraLength() - Method in interface esmska.data.GatewayInfo
Number of extra characters used to display signature.
getSignatureLength() - Method in class esmska.data.Envelope
Get maximum signature length of the contact gateways in the envelope
getSMSCount(int) - Method in class esmska.data.Envelope
get number of sms from these characters
getSMSDelay(SMS) - Method in class esmska.data.Queue
Return current delay for specified sms.
getSMSLength() - Method in class esmska.data.Envelope
get length of one sms
getSMSLength() - Method in class esmska.data.Gateway
 
getSMSLength() - Method in interface esmska.data.GatewayInfo
Length of one SMS.
getSMSPanel() - Method in class esmska.gui.MainFrame
 
getSMSSender() - Method in class esmska.gui.MainFrame
 
getSocksProxy() - Method in class esmska.data.Config
 
getSpecial() - Method in class esmska.data.Signatures
Get all pre-defined signatures.
getStatus() - Method in class esmska.data.SMS
Status of the message.
getStatusPanel() - Method in class esmska.gui.MainFrame
 
getSuggestGatewayAction(GatewayComboBox, JTextComponent) - Static method in class esmska.gui.Actions
Get action to automatically select best suitable gateway in this list according to number filled in specified text component.
getSupplMsg() - Method in class esmska.data.SMS
Supplemental message from gateway.
getSupportedLanguages() - Method in class esmska.data.Gateway
 
getSupportedLanguages() - Method in interface esmska.data.GatewayInfo
Indicates for which website languages the script is working.
getSupportedPrefixes() - Method in class esmska.data.Gateway
 
getSupportedPrefixes() - Method in interface esmska.data.GatewayInfo
List of telephone prefixes that are supported by this gateway.
getSystemInfo() - Static method in class esmska.utils.RuntimeUtils
Get basic information about current system.
getText() - Method in class esmska.data.Envelope
get text of sms
getText() - Method in class esmska.data.History.Record
Text of the message.
getText() - Method in class esmska.data.SMS
Text of the message.
getText() - Method in class esmska.gui.SMSPanel
get currently written sms text
getText() - Method in class esmska.gui.SMSPanel.RecipientTextField
Return visible text.
getTextContent() - Method in class esmska.transfer.GatewayConnector
Get text response
getTextContent() - Method in class esmska.update.HttpDownloader
Retrieve text content.
getThirdPartyDescription(SMS) - Method in class esmska.gui.GatewayErrorMessage
Get the third-party problem description stored in the provided SMS.
getTime() - Method in class esmska.data.Log.Record
Record time.
getToolbar() - Method in class esmska.gui.MainFrame
 
getUndoAction() - Method in class esmska.gui.SMSPanel
get undo action used in sms text pane
getURI(String) - Static method in class esmska.data.Links
Covert string URL to URI.
getURL(String, String[]) - Method in class esmska.transfer.GatewayExecutor
Make a GET request to a provided URL
getUserName() - Method in class esmska.data.Signature
Get sender name that should be appended to the message.
getUserNumber() - Method in class esmska.data.Signature
Get sender number that should be set as the originator of the message.
getUUID() - Method in class esmska.data.Config
 
getUUIDMonth() - Method in class esmska.data.Config
 
getValue() - Method in class esmska.data.event.ValuedEvent
Get the associated value.
getVersion() - Method in class esmska.data.Config
 
getVersion() - Method in class esmska.data.DeprecatedGateway
Version of the deprecated gateway.
getVersion() - Method in class esmska.data.Gateway
 
getVersion() - Method in interface esmska.data.GatewayInfo
Version of the script.
getVersion() - Method in class esmska.update.GatewayUpdateInfo
gateway version, not null nor empty
getVerticalSplitPane() - Method in class esmska.gui.MainFrame
 
getVerticalSplitPaneLocation() - Method in class esmska.data.Config
 
getVisible() - Method in class esmska.data.Gateways
Get just the visible (non-hidden) gateways
getWebsite() - Method in class esmska.data.Gateway
 
getWebsite() - Method in interface esmska.data.GatewayInfo
The URL of the webpage of this gateway.
GUIImageCodeResolver - Class in esmska.gui
GUI implementation of image resolving.
GUIImageCodeResolver() - Constructor for class esmska.gui.GUIImageCodeResolver
 

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