|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrontendMaster | |
---|---|
uk.org.ury.frontend | |
uk.org.ury.frontend.modules.library | |
uk.org.ury.frontend.modules.menu | |
uk.org.ury.frontend.modules.show |
Uses of FrontendMaster in uk.org.ury.frontend |
---|
Classes in uk.org.ury.frontend that implement FrontendMaster | |
---|---|
class |
FrontendApplet
A frame that hosts a FrontendModulePanel, used for serving frontend panels in a window (application mode). |
class |
FrontendFrame
A frame that hosts a FrontendModulePanel, used for serving frontend panels in a window (application mode). |
Methods in uk.org.ury.frontend with parameters of type FrontendMaster | |
---|---|
FrontendModulePanel |
FrontendModule.runFrontend(FrontendMaster master)
Begin execution of the frontend module. |
void |
FrontendPanel.setMaster(FrontendMaster master)
Set the frontend master. |
Constructors in uk.org.ury.frontend with parameters of type FrontendMaster | |
---|---|
FrontendModulePanel(FrontendModule module,
FrontendMaster master)
Construct a new, blank FrontendModulePanel. |
|
FrontendModulePanel(FrontendModule module,
java.lang.String xmlPath,
FrontendMaster master)
Construct a FrontendModulePanel using an XML layout manifest. |
|
FrontendPanel(FrontendMaster master)
Construct a new, blank FrontendPanel. |
|
FrontendPanel(java.lang.String xmlPath,
FrontendMaster master)
Construct a new FrontendPanel from an XML layout. |
Uses of FrontendMaster in uk.org.ury.frontend.modules.library |
---|
Methods in uk.org.ury.frontend.modules.library with parameters of type FrontendMaster | |
---|---|
FrontendModulePanel |
LibraryViewer.runFrontend(FrontendMaster master)
Runs the library viewer frontend. |
Constructors in uk.org.ury.frontend.modules.library with parameters of type FrontendMaster | |
---|---|
LibraryViewerPanel(LibraryViewer viewer,
FrontendMaster master)
Construct a new LibraryViewerPanel. |
Uses of FrontendMaster in uk.org.ury.frontend.modules.menu |
---|
Methods in uk.org.ury.frontend.modules.menu with parameters of type FrontendMaster | |
---|---|
FrontendModulePanel |
DemoMenu.runFrontend(FrontendMaster master)
Run the demo menu in frontend mode. |
Constructors in uk.org.ury.frontend.modules.menu with parameters of type FrontendMaster | |
---|---|
DemoMenuPanel(FrontendMaster inMaster)
Construct a new DemoMenuPanel. |
Uses of FrontendMaster in uk.org.ury.frontend.modules.show |
---|
Methods in uk.org.ury.frontend.modules.show with parameters of type FrontendMaster | |
---|---|
FrontendModulePanel |
ShowViewer.runFrontend(FrontendMaster master)
Run the library viewer frontend. |
Constructors in uk.org.ury.frontend.modules.show with parameters of type FrontendMaster | |
---|---|
ShowViewerPanel(ShowViewer viewer,
FrontendMaster master)
Construct a new ShowViewerPanel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |