All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AboutFrame |
About form
|
| AbstractDocumentListener |
Abstract class for DocumentListener.
|
| AbstractListDataListener |
Abstract class for ListDataListener.
|
| ActionBean |
Bean for action classes.
|
| ActionEventSupport |
Support for firing ActionEvents in classes.
|
| Actions |
Class containing common actions used in GUIs
|
| Actions.SuggestGatewayAction |
Select suggested gateway in the combobox
|
| AlphanumComparator |
Class for sorting numeric strings in numeric order (as opposed to default lexicographic)
Use this class as a Comparator in Collections.sort(list, comparator) method.
|
| AutofitTableColumns |
|
| BackupManager |
Manager for taking care of backups of user configuration files.
|
| ClipboardPopupMenu |
Popup menu with clipboard actions
|
| CommandLineParser |
Parses program arguments from command line
|
| Config |
Config properties of the whole program
|
| Config.GlobalConfig |
Class representing system-wide config.
|
| ConfigFrame |
Configure settings form
|
| ConfigFrame.Tabs |
|
| ConfirmingFileChooser |
Extended dialog for choosing files.
|
| Contact |
SMS Contact entity
|
| ContactPanel |
Contact list panel
|
| ContactParser |
Parse contacts from csv file of different programs.
|
| ContactParser.ContactType |
Types of parseable file formats
|
| Contacts |
Class managing all program contacts
|
| Context |
Main program context.
|
| ContinuousSaveManager |
Class providing continuous saving of user data to disk
|
| CountryPrefix |
|
| CountryPrefixPanel |
Panel containing settings of country prefix
|
| DefaultImageCodeResolver |
Default implementation of image resolving.
|
| DeprecatedGateway |
Class describing deprecated gateway.
|
| EditContactPanel |
Add new or edit current contact
|
| Envelope |
Class for preparing attributes of sms (single or multiple)
|
| ExceptionDialog |
|
| ExceptionDialog.AwtHandler |
Exception handler for exceptions coming from EDT.
|
| ExportManager |
Export program data
|
| Gateway |
Class representing a web gateway.
|
| Gateway.Feature |
This enum attributes indicate which various features are supported by a given gateway.
|
| GatewayComboBox |
JComboBox showing available gateways.
|
| GatewayComboBox.GatewayComboBoxRenderer |
Renderer for items in GatewayComboBox
|
| GatewayConfig |
This class contains user-configurable gateway properties.
|
| GatewayConnector |
Class for connecting to HTTP resources and sending GET and POST requests.
|
| GatewayErrorMessage |
Error message from gateway displayed to a user
|
| GatewayExecutor |
Class containing methods, which can be called from gateway scripts.
|
| GatewayExecutor.Problem |
|
| GatewayImageCodeMessage |
Image code recognition request from a gateway displayed to the user
|
| GatewayInfo |
Interface pro gateway scripts.
|
| GatewayInterpreter |
Class that takes care of parsing gateway script files for extracting
gateway info and sending messages.
|
| GatewayMessage |
Message from gateway displayed to a user
|
| GatewayMessageFrame |
Dialog for various alerts from gateways
|
| GatewayMessageFrame.TaskPane |
A JXTaskPane override that allows easy interaction with included GatewayMessage
|
| Gateways |
Class managing all gateways
|
| Gateways.Events |
Events fired when gateway collection is changed.
|
| GatewayUpdateInfo |
Class for representation of gateway update.
|
| GatewayVariable |
Enum of gateway variables applicable in the gateway script.
|
| GUIImageCodeResolver |
GUI implementation of image resolving.
|
| HandlerUtils |
Utility class for action handlers.
|
| History |
SMS history entity
|
| History.Record |
Single history record
|
| HistoryFrame |
Display all sent messages in a frame
|
| HistoryFrame.Events |
|
| HttpDownloader |
Download file via HTTP.
|
| Icons |
Class with static references to frequently used icons
|
| ImageCodeManager |
Manager of different security image resolvers.
|
| ImageCodeResolver |
Security image resolver.
|
| ImportContactsTransferHandler |
Transfer handler for importing contacts to Esmska.
|
| ImportFrame |
Import contacts from external applications
|
| ImportManager |
Import program data
|
| InfoLabel |
A JLabel displaying various information and warnings.
|
| InfoLabel.Type |
Semantic type of the label, this influences the appearance
|
| InitWizardDialog |
Wizard run on first program start to collect important user settings
|
| IntegrationAdapter |
Integration adapter.
|
| JHtmlLabel |
Shows HTML text in a JLabel.
|
| JHtmlLabel.Events |
|
| Keyring |
Storage for logins and passwords to gateways.
|
| L10N |
Class containing useful methods when doing internacionalization and localization
|
| LegacyUpdater |
Class for updating from older to newer versions of the program.
|
| Links |
Class containing links to program websites or other program actions
|
| ListPopupMouseListener |
Mouse listener for intelligent showing popups on JList.
|
| Log |
Class for collecting user-side log messages
|
| Log.Record |
Single log record
|
| LogFrame |
Display log records
|
| LogSupport |
Support class for configuring logging capabilities
|
| MacAboutHandler |
Handler for About action.
|
| MacAppReOpenedListener |
Handler for reopen action.
|
| MacIntegration |
Integration for Mac OS X.
|
| MacOpenFilesHandler |
Open file handler.
|
| MacPreferencesHandler |
Preferences action handler.
|
| MacQuitHandler |
Quit action handler.
|
| MacSystemSleepListener |
System sleep listener.
|
| MacUserSessionListener |
User session listener which supports fast user switching.
|
| Main |
Starter class for the whole program
|
| MainFrame |
MainFrame form
|
| MiscUtils |
Various helper methods.
|
| MiscUtils.Direction |
|
| ModalSheetCounter |
Window listener that counts how many we have opened modal dialogs
|
| MouseDragSupport |
Support for dragging main frame component.
|
| NotificationIcon |
Display icon in the notification area (aka system tray)
|
| PersistenceManager |
Load and store settings and data
|
| ProxyManager |
Sets system-wide internet proxies.
|
| ProxyManager.ProxyType |
|
| Queue |
Class representing queue of SMS
|
| Queue.Events |
|
| QueuePanel |
SMS queue panel
|
| QueuePanel.Events |
|
| RuntimeUtils |
Methods for detecting current runtime environment (operating system,
java version).
|
| RuntimeUtils.OSType |
Enum of operating system types
|
| Signature |
This class represent user signature that is appended to an SMS.
|
| SignatureComboBox |
Combobox showing all Signatures.
|
| SignatureComboBox.SignatureComboBoxRenderer |
Render signature items
|
| Signatures |
Class managing all of the signatures.
|
| Signatures.Events |
Event to fire from this class.
|
| SMS |
SMS entity class
|
| SMS.Status |
Status of SMS
|
| SMSPanel |
Panel for writing and sending sms, and for setting immediate contact
|
| SMSSender |
Sender of SMS
|
| Statistics |
Class handling everything needed about collecting and posting program usage statistics.
|
| StatusPanel |
Status bar panel
|
| ThemeManager |
Manage and set look and feel
|
| ThemeManager.LAF |
|
| Tuple<A,B> |
Container for tuple of two objects of different classes.
|
| Tuple3<A,B,C> |
Container for tuple of three objects of different classes.
|
| UnifiedToolbarSupport |
Swing support for Unified toolbar introduced in Mac OS X 10.5 Leopard.
|
| UnifiedToolbarUI |
Custom UI that paints Unified toolbar.
|
| UnifiedToolbarWindowAdapter |
Window adapter for setting border.
|
| UpdateChecker |
Checks for newer program or gateway version on program's website
First of all you must run the UpdateChecker.checkForUpdates() method, only after it
has finished the other methods will give you correct answer about updates
availability.
|
| UpdateInstaller |
Class for managing new gateway updates installation.
|
| ValuedEvent<E extends java.lang.Enum<E>,V> |
An event which carries a value.
|
| ValuedEventSupport<E extends java.lang.Enum<E>,V> |
Support for firing ValuedEvents in classes.
|
| ValuedListener<E extends java.lang.Enum<E>,V> |
Listener interface for receiving valued events
|
| VersionFile |
Class describing and creating the version file.
|
| WindowsIntegration |
Integration for MS Windows.
|