Uses of Interface
org.jtheque.core.managers.view.able.IWindowView

Packages that use IWindowView
org.jtheque.core.managers.view.impl.components Contains the swing components. 
org.jtheque.core.managers.view.impl.frame Contains the frames of the application. 
org.jtheque.core.managers.view.impl.frame.abstraction Contains the abstract frames. 
 

Uses of IWindowView in org.jtheque.core.managers.view.impl.components
 

Methods in org.jtheque.core.managers.view.impl.components that return IWindowView
 IWindowView ExtendedGlassPane.getWindow()
          Get the window of the glasspane.
 

Constructors in org.jtheque.core.managers.view.impl.components with parameters of type IWindowView
ExtendedGlassPane(IWindowView frame)
          Construct a new glasspane associated to a frame.
 

Uses of IWindowView in org.jtheque.core.managers.view.impl.frame
 

Classes in org.jtheque.core.managers.view.impl.frame that implement IWindowView
 class ConfigView
          A view for the configuration.
 class LicenceView
          A view to display the licence.
 class LogView
          A log view implementation.
 class MainView
          The main view of JTheque.
 class MessageView
           
 class ModuleView
          A view to display the modules.
 class RepositoryView
          The view to display the repository of the application.
 class UpdateView
          An update view.
 

Uses of IWindowView in org.jtheque.core.managers.view.impl.frame.abstraction
 

Classes in org.jtheque.core.managers.view.impl.frame.abstraction that implement IWindowView
 class SwingDialogView
          A swing dialog view.
 class SwingFrameView
          A swing frame view.
 



Copyright © 2009 JTheque. All Rights Reserved.