Uses of Interface
net.sourceforge.hivegui.application.ApplicationContextHolder

Packages that use ApplicationContextHolder
net.sourceforge.hivegui.application   
net.sourceforge.hivegui.command This package defines a light "framework" implementing the command pattern. 
net.sourceforge.hivegui.component This package defines various classes used as GUI components (aka widgets) and utility classes dealing with GUI components. 
net.sourceforge.hivegui.docking This package defines classes that implement the HiveGUI docking framework. 
net.sourceforge.hivegui.menu This package contains classes that handle menus in HiveGUI. 
net.sourceforge.hivegui.table This package contains classes that manage tables in HiveGUI. 
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.application
 

Classes in net.sourceforge.hivegui.application that implement ApplicationContextHolder
 class ApplicationContextHolderImpl
           
 

Methods in net.sourceforge.hivegui.application with parameters of type ApplicationContextHolder
 void PreferencesManagerImpl.setContextHolder(ApplicationContextHolder holder)
           
 void FlexdockApplicationInitializer.setContextHolder(ApplicationContextHolder holder)
           
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.command
 

Methods in net.sourceforge.hivegui.command with parameters of type ApplicationContextHolder
 void ActionFactoryImpl.setContextHolder(ApplicationContextHolder holder)
           
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.component
 

Methods in net.sourceforge.hivegui.component with parameters of type ApplicationContextHolder
 void RendererDelegate.setContextHolder(ApplicationContextHolder holder)
           
 void AbstractRendererDelegate.setContextHolder(ApplicationContextHolder holder)
           
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.docking
 

Methods in net.sourceforge.hivegui.docking with parameters of type ApplicationContextHolder
 void DefaultViewFactory.setContextHolder(ApplicationContextHolder holder)
           
 void CursorTrackGhostPreview.setContextHolder(ApplicationContextHolder holder)
           
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.menu
 

Constructors in net.sourceforge.hivegui.menu with parameters of type ApplicationContextHolder
MenuFactoryImpl(org.apache.commons.logging.Log logger, java.util.List config, ApplicationContextHolder holder, MenuInitializer initializer)
           
 

Uses of ApplicationContextHolder in net.sourceforge.hivegui.table
 

Methods in net.sourceforge.hivegui.table with parameters of type ApplicationContextHolder
 void AbstractCellRenderer.setContextHolder(ApplicationContextHolder holder)
           
 

Constructors in net.sourceforge.hivegui.table with parameters of type ApplicationContextHolder
BeanTable(DataListModel<T> listModel, TableContribution contrib, ApplicationContextHolder holder)
           
BeanTable(java.lang.String name, DataListModel<T> listModel, TableContribution contrib, ApplicationContextHolder holder)