- Icons - Class in esmska.data
-
Class with static references to frequently used icons
- Icons() - Constructor for class esmska.data.Icons
-
- ImageCodeManager - Class in esmska.transfer
-
Manager of different security image resolvers.
- ImageCodeManager() - Constructor for class esmska.transfer.ImageCodeManager
-
- ImageCodeResolver - Interface in esmska.transfer
-
Security image resolver.
- importContacts(File, ContactParser.ContactType) - Static method in class esmska.persistence.ImportManager
-
Import contacts from file
- ImportContactsTransferHandler - Class in esmska.gui.dnd
-
Transfer handler for importing contacts to Esmska.
- ImportContactsTransferHandler() - Constructor for class esmska.gui.dnd.ImportContactsTransferHandler
-
- importData(TransferHandler.TransferSupport) - Method in class esmska.gui.dnd.ImportContactsTransferHandler
-
- importDeprecatedGateways(String) - Static method in class esmska.persistence.ImportManager
-
Get set of deprecated gateways from jar resource
- importDeprecatedGateways(File) - Static method in class esmska.persistence.ImportManager
-
Get set of deprecated gateways from a file
- importDeprecatedGateways(URL) - Static method in class esmska.persistence.ImportManager
-
Get set of deprecated gateways from URL
- ImportFrame - Class in esmska.gui
-
Import contacts from external applications
- ImportFrame() - Constructor for class esmska.gui.ImportFrame
-
Creates new form ImportFrame
- importGatewayProperties(File) - Static method in class esmska.persistence.ImportManager
-
Import all gateway properties from file.
- importGateways(String) - Static method in class esmska.persistence.ImportManager
-
Import all gateways from jar resource
- importGateways(File, boolean) - Static method in class esmska.persistence.ImportManager
-
Import all gateways from directory
- importGlobalConfig(File) - Static method in class esmska.persistence.ImportManager
-
Import configuration from system-wide config into Config defaults
- importHistory(File) - Static method in class esmska.persistence.ImportManager
-
Import sms history from file
- importKeyring(File) - Static method in class esmska.persistence.ImportManager
-
Import keyring data from file.
- ImportManager - Class in esmska.persistence
-
Import program data
- importQueue(File) - Static method in class esmska.persistence.ImportManager
-
Import sms queue from file
- importVCardFile(String) - Method in class esmska.gui.ImportFrame
-
Change frame to parsing state and start parsing provided vCard file
- INFO_CREDIT_REMAINING - Static variable in class esmska.transfer.GatewayExecutor
-
Message saying how much credit is remaining.
- INFO_FREE_SMS_REMAINING - Static variable in class esmska.transfer.GatewayExecutor
-
Message saying how many free SMS are remaining.
- INFO_SMALL - Static variable in class esmska.data.Icons
-
- INFO_STATUS_NOT_PROVIDED - Static variable in class esmska.transfer.GatewayExecutor
-
Message used when gateway provides no info whether message was successfully sent or not.
- InfoLabel - Class in esmska.gui
-
A JLabel displaying various information and warnings.
- InfoLabel() - Constructor for class esmska.gui.InfoLabel
-
Create new InfoLabel with type IMPORTANT
- InfoLabel(InfoLabel.Type) - Constructor for class esmska.gui.InfoLabel
-
Create new InfoLabel of given type
- InfoLabel.Type - Enum in esmska.gui
-
Semantic type of the label, this influences the appearance
- init() - Static method in class esmska.utils.LogSupport
-
Initialize logging.
- initFileHandler(File) - Static method in class esmska.utils.LogSupport
-
Initialize logfile file handler.
- initialize() - Method in class esmska.integration.IntegrationAdapter
-
Initializes adapter.
- initialize() - Method in class esmska.integration.mac.MacIntegration
-
Perform initialization of Mac integration.
- InitWizardDialog - Class in esmska.gui
-
Wizard run on first program start to collect important user settings
- InitWizardDialog(Frame, boolean) - Constructor for class esmska.gui.InitWizardDialog
-
Creates new form InitWizardDialog
- insertUpdate(DocumentEvent) - Method in class esmska.data.event.AbstractDocumentListener
-
- install() - Static method in class esmska.gui.NotificationIcon
-
Install a new icon in the notification area.
- installClickHandler(Runnable, String) - Method in class esmska.gui.StatusPanel
-
Add handler to mouse click on the log message.
- installNewGateways() - Method in class esmska.update.UpdateInstaller
-
Install all available gateway updates.
- installSupport() - Static method in class esmska.integration.mac.UnifiedToolbarSupport
-
Install support for main frame.
- installSupport() - Static method in class esmska.integration.mac.UnifiedToolbarUI
-
Install support for unified toolbar.
- instantiate() - Static method in class esmska.gui.MainFrame
-
Create an instance of MainFrame.
- instantiate() - Static method in class esmska.persistence.PersistenceManager
-
Create instance of PersistenceManager.
- IntegrationAdapter - Class in esmska.integration
-
Integration adapter.
- IntegrationAdapter() - Constructor for class esmska.integration.IntegrationAdapter
-
Constructor.
- INTERNATIONAL_CODE - Static variable in class esmska.data.CountryPrefix
-
Country code for "international"
- intervalAdded(ListDataEvent) - Method in class esmska.data.event.AbstractListDataListener
-
- intervalRemoved(ListDataEvent) - Method in class esmska.data.event.AbstractListDataListener
-
- isAnnounceProgramUpdates() - Method in class esmska.data.Config
-
- isAnnounceUnstableUpdates() - Method in class esmska.data.Config
-
- isAppleJava() - Static method in class esmska.utils.RuntimeUtils
-
Checks whether the current Java implementation is Apple Java
- isAquaCurrentLaF() - Static method in class esmska.gui.ThemeManager
-
Returns whether Aqua (Mac OS native) is current look and feel
- isAutoHyperlinkHandling() - Method in class esmska.gui.JHtmlLabel
-
Get whether this JLabel should automatically open browser on hyperlink
click (an event will still be sent).
- isCropped(JComponent) - Static method in class esmska.utils.MiscUtils
-
Tell whether some JComponent is cropped (not displayed fully).
- isCurrentSkinDark() - Static method in class esmska.gui.ThemeManager
-
Returns whether current LaF skin is dark-toned,
mainly in text-areas
- isDebugMode() - Method in class esmska.data.Config
-
- isEditableSelected() - Method in class esmska.gui.SignatureComboBox
-
Detect whether currently selected signature may be edited.
- isEmpty() - Method in class esmska.data.Contacts
-
Return if there are no contacts
- isEmpty() - Method in class esmska.data.Gateways
-
Return if there are no gateways
- isEmpty() - Method in class esmska.data.Log
-
Return if there are no records
- isEmpty() - Method in class esmska.data.Queue
-
Check if the queue is empty
- isFakeGateway(String) - Static method in class esmska.data.Gateways
-
Returns whether the gateway is a fake one (used just for development
purposes).
- isFavorite() - Method in class esmska.data.Gateway
-
Return whether this gateway has been marked as user favorite
- isFinishedOk() - Method in class esmska.update.HttpDownloader
-
Whether file was downloaded ok, or there was some error (or still running)
- isFirstInstance() - Method in class esmska.persistence.PersistenceManager
-
Checks if this is the first instance of the program.
- isFirstRun() - Method in class esmska.data.Config
-
Return whether this is the first program run (no config existed before)
- isGatewayUpdateAvailable(boolean) - Method in class esmska.update.UpdateChecker
-
Whether an gateway update is available
- isGnome3Desktop() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current desktop environment is Gnome 3.x
- isGnomeDesktop() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current desktop environment is Gnome
- isGTKCurrentLaF() - Static method in class esmska.gui.ThemeManager
-
Returns whether GTK is current look and feel
- isHidden() - Method in class esmska.data.Gateway
-
Return whether this gateway has been marked as hidden from the user interface
- isInstalled() - Static method in class esmska.gui.NotificationIcon
-
Returns whether the notification icon is currently installed
- isKDEDesktop() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current desktop environment is KDE
- isLaFSupported(ThemeManager.LAF) - Static method in class esmska.gui.ThemeManager
-
Returns whether specified LaF is supported on current configuration
(operating system, java version, etc).
- isLinux() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current OS is Linux
- isMac() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current OS is Mac
- isModalSheetVisible() - Method in class esmska.integration.IntegrationAdapter
-
Is some modal sheet of main window visible?
- isModalSheetVisible() - Method in class esmska.integration.mac.MacIntegration
-
- isModalSheetVisible() - Method in class esmska.integration.mac.ModalSheetCounter
-
- isNimbusCurrentLaF() - Static method in class esmska.gui.ThemeManager
-
Returns whether Nimbus is current look and feel
- isNotificationIconVisible() - Method in class esmska.data.Config
-
- isNumberPreferred(Gateway, String) - Static method in class esmska.data.Gateways
-
Returns whether gateway matches the number with its preferred prefixes.
- isNumberSupported(Gateway, String) - Static method in class esmska.data.Gateways
-
Returns whether gateway matches the number with its supported prefixes.
- isOpenJDK() - Static method in class esmska.utils.RuntimeUtils
-
Checks whether the current Java implementation is OpenJDK
- isOracleJava() - Static method in class esmska.utils.RuntimeUtils
-
Checks whether the current Java implementation is Oracle Java
- isPaused() - Method in class esmska.data.Queue
-
Whether queue is currently paused
- isPortable() - Method in class esmska.CommandLineParser
-
Whether portable mode is enabled or disabled
- isProblematic() - Method in class esmska.data.SMS
-
Return whether some error occured during sending.
- isProgramUpdateAvailable() - Method in class esmska.update.UpdateChecker
-
Whether a new program update is available.
- isReceipt() - Method in class esmska.data.GatewayConfig
-
Whether to ask for delivery receipt.
- isReducedHistory() - Method in class esmska.data.Config
-
- isRemovableSelected() - Method in class esmska.gui.SignatureComboBox
-
Detect whether currently selected signature may be removed.
- isRemoveAccents() - Method in class esmska.data.Config
-
- isRunAsWebStart() - Static method in class esmska.utils.RuntimeUtils
-
Whether the program is run as Java WebStart or not
- isRunning() - Method in class esmska.transfer.SMSSender
-
Return whether there is currently some message being sent.
- isRunning() - Method in class esmska.update.UpdateChecker
-
Whether checking for updates is (still) running
- isSameProxy() - Method in class esmska.data.Config
-
- isShowAdvancedControls() - Method in class esmska.data.Config
-
- isShowAdvancedSettings() - Method in class esmska.data.Config
-
- isShowTips() - Method in class esmska.data.Config
-
- isStableVersion() - Static method in class esmska.data.Config
-
Whether the current program version is stable or unstable
- isStartCentered() - Method in class esmska.data.Config
-
- isStartMinimized() - Method in class esmska.data.Config
-
- isSubstanceCurrentLaF() - Static method in class esmska.gui.ThemeManager
-
Returns whether Substance is current look and feel
- ISSUES - Static variable in class esmska.data.Links
-
program issue tracker
- isSupported() - Static method in class esmska.gui.NotificationIcon
-
Returns whether notification area is supported on this system.
- isSupportedJava() - Static method in class esmska.utils.RuntimeUtils
-
Checks whether the current Java implementation is supported.
- isTextContent() - Method in class esmska.transfer.GatewayConnector
-
True if received response is textual, false if binary
- isToolbarVisible() - Method in class esmska.data.Config
-
- isUseProxy() - Method in class esmska.data.Config
-
- isValidCountryPrefix(String) - Static method in class esmska.data.CountryPrefix
-
Check validity of country prefix
- isValidNumber(String) - Static method in class esmska.data.Contact
-
Check validity of phone number
- isWindows() - Static method in class esmska.utils.RuntimeUtils
-
Check whether current OS is Windows