Uses of Class
com.luciad.lucy.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
Modifier and TypeMethodDescriptionILcyLucyEnv.getHelpManager()
Returns the help manager associated to this lucy environment.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.setHelpManager
(ALcyHelpManager aHelpManager) Sets the help manager used by this lucy environment. -
Uses of ALcyHelpManager in com.luciad.lucy.gui
Modifier and TypeMethodDescriptionvoid
ALcyActionBar.setHelpManager
(ALcyHelpManager aHelpManager) Sets the help manager.ModifierConstructorDescriptionALcyActionBar
(ALcyHelpManager aHelpManager) Creates a newALcyActionBarSW
with 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.