java.lang.Object
com.ntak.pearlzip.ui.model.ZipState
Core constant resources, which is used to set up the Pearl Zip environment.
- Author:
- Aashutos Kakshepati
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CopyOnWriteArrayList<javafx.scene.control.ContextMenu>
static final int
static final long
static final AtomicBoolean
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addArchiveProvider
(ArchiveService service) static void
addLicenseDeclaration
(String uniqueId, LicenseInfo licenseDeclaration) static Optional<LicenseInfo>
getLicenseDeclaration
(String uniqueId) static List<LicenseInfo>
static Optional<ArchiveReadService>
getReadArchiveServiceForFile
(String filename) static List<ArchiveReadService>
static Optional<ArchiveWriteService>
getWriteArchiveServiceForFile
(String filename) static List<ArchiveWriteService>
-
Field Details
-
WIDTH
public static final int WIDTH -
HEIGHT
public static final int HEIGHT -
LOCK_POLL_TIMEOUT
public static final long LOCK_POLL_TIMEOUT -
ROW_TRIGGER
-
CONTEXT_MENU_INSTANCES
-
-
Constructor Details
-
ZipState
public ZipState()
-
-
Method Details
-
getReadArchiveServiceForFile
-
getWriteArchiveServiceForFile
-
addArchiveProvider
-
supportedReadArchives
-
supportedWriteArchives
-
getCompressorArchives
-
getWriteProviders
-
getReadProviders
-
addLicenseDeclaration
-
getLicenseDeclarations
-
getLicenseDeclaration
-
getSupportedCompressorWriteFormats
-
getRawSupportedCompressorWriteFormats
-