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

Packages that use IView
org.jtheque.core.managers.view Contains the view manager. 
org.jtheque.core.managers.view.able Interfaces of the view. 
org.jtheque.core.managers.view.able.controller Specifications for the controllers. 
org.jtheque.core.managers.view.able.update Specifications for the updates view. 
org.jtheque.core.managers.view.impl Contains the swing part of the view. 
org.jtheque.core.managers.view.impl.actions.utils Contains the utils for the action. 
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 IView in org.jtheque.core.managers.view
 

Methods in org.jtheque.core.managers.view with parameters of type IView
 void ViewManager.configureView(IView view, java.lang.String name, int defaultWidth, int defaultHeight)
           
 void IViewManager.configureView(IView window, java.lang.String name, int defaultWidth, int defaultHeight)
          Configure a view.
 void ViewManager.saveState(IView window, java.lang.String name)
           
 void IViewManager.saveState(IView window, java.lang.String name)
          Save the current state of the window.
 

Uses of IView in org.jtheque.core.managers.view.able
 

Subinterfaces of IView in org.jtheque.core.managers.view.able
 interface IConfigView
          A config view specification.
 interface ILicenceView
           
 interface ILogView
           
 interface IMainView
          A main view specification.
 interface IMessageView
          A message view specification.
 interface IWindowView
          A window view.
 

Methods in org.jtheque.core.managers.view.able with parameters of type IView
 void ViewDelegate.configure(WindowConfiguration configuration, IView view)
          Configure the view with the window configuration.
 void ViewDelegate.fill(WindowConfiguration configuration, IView view)
          Fill the configuration with the view informations.
 void ViewDelegate.setSize(IView view, int defaultWidth, int defaultHeight)
          Set size of the view considering the configuration of the view.
 

Uses of IView in org.jtheque.core.managers.view.able.controller
 

Methods in org.jtheque.core.managers.view.able.controller that return IView
 IView Controller.getView()
          Return the view of the controller.
 

Uses of IView in org.jtheque.core.managers.view.able.update
 

Subinterfaces of IView in org.jtheque.core.managers.view.able.update
 interface IModuleView
           
 interface IRepositoryView
           
 interface IUpdateView
          An update view specification.
 

Uses of IView in org.jtheque.core.managers.view.impl
 

Methods in org.jtheque.core.managers.view.impl with parameters of type IView
 void WindowsConfiguration.configure(java.lang.String name, IView view, int defaultWidth, int defaultHeight)
          Configure the view.
 void SwingViewDelegate.configure(WindowConfiguration configuration, IView view)
           
 void SwingViewDelegate.fill(WindowConfiguration configuration, IView view)
           
 void SwingViewDelegate.setSize(IView view, int defaultWidth, int defaultHeight)
           
 void WindowsConfiguration.update(java.lang.String name, IView view)
          Update the configuration with the view.
 

Uses of IView in org.jtheque.core.managers.view.impl.actions.utils
 

Methods in org.jtheque.core.managers.view.impl.actions.utils with parameters of type IView
 void DisplayViewAction.setView(IView view)
          Set the view to display.
 void CloseViewAction.setView(IView view)
          Set the view to close.
 

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

Classes in org.jtheque.core.managers.view.impl.frame that implement IView
 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 IView in org.jtheque.core.managers.view.impl.frame.abstraction
 

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



Copyright © 2009 JTheque. All Rights Reserved.