- acp - package acp
-
- acp.background - package acp.background
-
- acp.beans - package acp.beans
-
- acp.beans.entity - package acp.beans.entity
-
- acp.manager - package acp.manager
-
- acp.store - package acp.store
-
- acp.store.dialect - package acp.store.dialect
-
- acp.ui - package acp.ui
-
- acp.util - package acp.util
-
- ACPBackground - Class in acp.background
-
ACPBackground is a thread that acts as a sensor for Machine learning algorithm;
That is, extract the foreground window title that the user is viewing.
- ACPBackground() - Constructor for class acp.background.ACPBackground
-
Basic constructor for ACPBackground process thread
- ACPLogic - Class in acp
-
This component acts as a controller: receive requests from both the Java UI and the external
Plugins, validate the input based on the business rules, and direct them to the appropriate
managers for further processing.
- ACPLogic.State - Enum in acp
-
- addNewEntry(String) - Method in class acp.manager.RankManager
-
Register the new source document into algorithm.
- addObserver(SystrayUI) - Method in class acp.ui.PreferenceUI
-
- ADDRESS - Static variable in class acp.beans.entity.Entity
-