public interface APrintNGGeneralServices
Modifier and Type | Method and Description |
---|---|
void |
addNewInternalFrame(APrintNGInternalFrame internalFrame)
Add a new Inner Internal Frame
|
AsyncJobsManager |
getAsyncJobs()
Return the async job manager this permit to send processing without
blocking the GUI
|
BookIndexing |
getBookIndexing()
Get the book indexing service associated to the software
|
java.lang.Object |
getOwnerForDialog()
Get the main windows reference for dialog boxes
|
IPrefsStorage |
getPrefsStorage(java.lang.String name)
Create or get a prefs storage by its name
|
Repository2 |
getRepository()
Get the instrument repository
|
java.lang.String |
getVersion()
Get the version of aprint
|
APrintNGInternalFrame[] |
listInternalFrames()
Get all references of sub windows
|
APrintNGVirtualBookFrame |
newVirtualBook(Instrument instrument)
create a new empty VirtualBook for a specified instrument
|
APrintNGVirtualBookFrame |
newVirtualBook(VirtualBook virtualBook,
Instrument instrument)
Create a new Window for looking at the virtualbook and working with it
|
APrintNGVirtualBookFrame |
newVirtualBook(VirtualBook virtualBook,
Instrument instrument,
IssueCollection collection)
Create a new Window for looking at the virtualbook and working with it
|
APrintNGVirtualBookFrame newVirtualBook(VirtualBook virtualBook, Instrument instrument) throws java.lang.Exception
virtualBook
- instrument
- java.lang.Exception
APrintNGVirtualBookFrame newVirtualBook(VirtualBook virtualBook, Instrument instrument, IssueCollection collection) throws java.lang.Exception
virtualBook
- instrument
- collection
- java.lang.Exception
APrintNGVirtualBookFrame newVirtualBook(Instrument instrument) throws java.lang.Exception
instrument
- java.lang.Exception
Repository2 getRepository()
java.lang.Object getOwnerForDialog()
java.lang.String getVersion()
void addNewInternalFrame(APrintNGInternalFrame internalFrame)
internalFrame
- BookIndexing getBookIndexing()
AsyncJobsManager getAsyncJobs()
APrintNGInternalFrame[] listInternalFrames()
IPrefsStorage getPrefsStorage(java.lang.String name)
name
-