Uses of Class
uk.org.ury.frontend.exceptions.UICreationFailureException

Packages that use UICreationFailureException
uk.org.ury.frontend The URY reference frontend implementation. 
uk.org.ury.frontend.cpanels.menu   
uk.org.ury.frontend.cpanels.show   
uk.org.ury.frontend.modules.library   
uk.org.ury.frontend.modules.show   
 

Uses of UICreationFailureException in uk.org.ury.frontend
 

Constructors in uk.org.ury.frontend that throw UICreationFailureException
FrontendControlPanel(java.lang.String xmlPath)
          Alternative constructor allowing an XML file to be used to create the layout of the ControlPanel.
FrontendModulePanel(FrontendModule module, java.lang.String xmlPath, FrontendMaster master)
          Construct a FrontendModulePanel using an XML layout manifest.
FrontendPanel(java.lang.String xmlPath, FrontendMaster master)
          Construct a new FrontendPanel from an XML layout.
 

Uses of UICreationFailureException in uk.org.ury.frontend.cpanels.menu
 

Constructors in uk.org.ury.frontend.cpanels.menu that throw UICreationFailureException
DemoControlPanel()
          Constructs a new DemoControlPanel.
 

Uses of UICreationFailureException in uk.org.ury.frontend.cpanels.show
 

Constructors in uk.org.ury.frontend.cpanels.show that throw UICreationFailureException
LibraryControlPanel()
          Construct a new LibraryControlPanel.
 

Uses of UICreationFailureException in uk.org.ury.frontend.modules.library
 

Constructors in uk.org.ury.frontend.modules.library that throw UICreationFailureException
LibraryViewerPanel(LibraryViewer viewer, FrontendMaster master)
          Construct a new LibraryViewerPanel.
 

Uses of UICreationFailureException in uk.org.ury.frontend.modules.show
 

Constructors in uk.org.ury.frontend.modules.show that throw UICreationFailureException
ChannelPanel(int number, ShowChannel channel)
          Construct a new ChannelPanel.
ShowViewerPanel(ShowViewer viewer, FrontendMaster master)
          Construct a new ShowViewerPanel.
TrackBin(java.lang.String name)
          Construct a new TrackBin.