Uses of Class
com.luciad.lucy.ALcyHelpManager
Packages that use ALcyHelpManager
Package
Description
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
-
Uses of ALcyHelpManager in com.luciad.lucy
Methods in com.luciad.lucy that return ALcyHelpManagerModifier and TypeMethodDescriptionILcyLucyEnv.getHelpManager()Returns the help manager associated to this lucy environment.Methods in com.luciad.lucy with parameters of type ALcyHelpManagerModifier and TypeMethodDescriptionvoidILcyLucyEnv.setHelpManager(ALcyHelpManager aHelpManager) Sets the help manager used by this lucy environment. -
Uses of ALcyHelpManager in com.luciad.lucy.gui
Methods in com.luciad.lucy.gui that return ALcyHelpManagerMethods in com.luciad.lucy.gui with parameters of type ALcyHelpManagerModifier and TypeMethodDescriptionvoidALcyActionBar.setHelpManager(ALcyHelpManager aHelpManager) Sets the help manager.Constructors in com.luciad.lucy.gui with parameters of type ALcyHelpManagerModifierConstructorDescriptionALcyActionBar(ALcyHelpManager aHelpManager) Creates a newALcyActionBarSWwith the given help manager.TLcyComboBoxActionBar(ALcyHelpManager aHelpManager) Creates a newTLcyComboBoxActionBar, ready to be used.TLcyMenuBar(ALcyHelpManager aHelpManager) Creates a newTLcyMenuBar, ready to be used.TLcyMenuBar(ALcyHelpManager aHelpManager, JMenuBar aJMenuBar) Creates a newTLcyMenuBar, ready to be used.TLcyPopupMenu(ALcyHelpManager aHelpManager) Creates a newTLcyPopupMenu, ready to be used.TLcyPopupMenu(ALcyHelpManager aHelpManager, JPopupMenu aPopupMenu) Creates a newTLcyPopupMenu, ready to be used.TLcyToolBar(ALcyHelpManager aHelpManager) Creates a newTLcyToolBar, ready to be used.TLcyToolBar(JToolBar aToolBar, ALcyHelpManager aHelpManager) Creates a newTLcyToolBar, ready to be used.