Package-level declarations

Types

Link copied to clipboard
open class AboutAction : AnAction
This action triggers the display of the AboutDialog when invoked.
Link copied to clipboard
open class AboutDialog : DialogWrapper
Link copied to clipboard
Supports creating and managing a JPanel for the Settings Dialog.
Link copied to clipboard
open class AppSettingsConfigurable : Configurable
Provides controller functionality for application settings.
Link copied to clipboard
open class AppSettingsState : PersistentStateComponent<T>
Represents the state of the application settings.
Link copied to clipboard
open class CipherTools
Provides functionality for encrypting and decrypting files using AES encryption.
Link copied to clipboard
open class DirToZip
This class allows compressing directories into .zip files excluding files and folders based on specified patterns.
Link copied to clipboard
abstract class ExportAction : AnAction
Abstract class that provides common functionality for any action that exports data.
Link copied to clipboard
This class provides the functionality to upload zip files to a server using HttpClient.
Link copied to clipboard
open class ProjectClosedManager : ProjectManagerListener
Implements a project listener for IntelliJ IDEA plugins that handles the encryption and decryption of project files upon opening and closing a project.
Link copied to clipboard
open class ProjectOpenedManager : StartupActivity
This class handles the opening of a project, with operations such as decryption of project files, setting up of listeners and registration of file changes.
Link copied to clipboard
Class to handle the action of sending the project to the server.
Link copied to clipboard
open class ProjectToServerDialog : DialogWrapper
Link copied to clipboard
ProjectToZipAction extends ExportAction for handling the action of zipping and exporting the project.
Link copied to clipboard
open class PropertiesLoader
A utility class for loading properties from a config.properties file.
Link copied to clipboard
open class SettingsAction : AnAction
When this action is performed, a new settings dialog is created and shown.
Link copied to clipboard
open class SettingsDialog : DialogWrapper
Link copied to clipboard
open class UserActionLogger