See: Description
Interface | Description |
---|---|
ILcyActionBar |
Represents a container for actions and active settables that have a gui
representation.
|
ILcyActionBarListener |
This listener can be used to listen to changes in an
ILcyActionBar . |
ILcyActiveContextListener |
Represents a listener that can be notified of changes in the active contexts in the
TLcyActionBarManager . |
ILcyActiveSettable |
Interface that specifies an object that has a state 'active'.
|
ILcyApplicationPane |
Implementations of this interface are panes to put the
java.awt.Component s of the
application in. |
ILcyApplicationPaneFactory |
The factory that creates
ILcyApplicationPane 's. |
ILcyApplicationPaneManagerListener |
Implementations of this listener can be notified of additions and removals of application panes.
|
ILcyApplicationPaneOwner |
Represents the owner of an application pane.
|
ILcyCustomizableRepresentationAction |
Extension of
ILcdAction that allows to customize the component that represents it
(typically a JButton ). |
ILcyCustomizableRepresentationActiveSettable |
Extension of
ILcyActiveSettable that allows to customize the component that
represents it (typically a JToggleButton ). |
|
Deprecated
A more powerful
ILcyCustomizerPanel framework has been introduced
aside of this functionality. |
ILcyMenuBar |
A menu bar.
|
|
Deprecated
A more powerful
ILcyCustomizerPanel framework has been introduced
aside of this functionality. |
|
Deprecated
A more powerful
ILcyCustomizerPanel framework has been introduced
aside of this functionality. |
ILcyPopupMenu |
A popup menu.
|
ILcyToolBar |
Extension of
ILcyActionBar that represents a tool bar. |
TLcyApplicationPaneManager.ILcyApplicationPaneCallBack |
This interface defines the callback operation for
applyOnApplicationPane . |
Class | Description |
---|---|
ALcyActionBar |
Abstract implementation of
ILcyActionBar . |
ALcyActiveSettable |
Default implementation of
ILcyActiveSettable for convenience. |
ALcyApplicationPaneTool |
Support class for writing an add-on that has an application pane.
|
ALcyGUIFactory<T> |
Abstract factory for the creation of a GUI panel.
|
TLcyActionBarEvent |
An event describing a change in a
ILcyActionBar . |
TLcyActionBarItem |
Represents an action, active settable, component or sub-menu in an
ILcyActionBar
(e.g. |
TLcyActionBarItemComparator |
Comparator that allows to sort items within a single
TLcyGroupDescriptor . |
TLcyActionBarManager |
The
TLcyActionBarManager class is the central repository for actions and active settables in the Lucy application. |
TLcyActionBarMediatorBuilder |
Builder class which allows to mediate the actions and active settables between two action bars.
|
TLcyActionBarUtil |
A class containing static utility methods to facilitate working with action bars.
|
TLcyActiveContextEvent |
Event fired when the active context changes.
|
TLcyAlwaysFitJToolBar |
Extension of
JToolBar that nicely handles the case when not enough space is available to display all
tool bar items. |
TLcyApplicationPaneManager |
Manager of the
ILcyApplicationPane instances that currently exist. |
TLcyApplicationPaneManagerEvent |
This event describes an added or removed
ILcyApplicationPane . |
TLcyComboBoxActionBar |
General
|
TLcyCommonWidgetFactory |
Factory to create some common user interface widgets.
|
TLcyCompositeDropTargetListener |
Composite implementation of the
DropTargetListener interface. |
TLcyDockableApplicationPaneFactory |
Implementation of
ILcyApplicationPaneFactory that creates panels that support docking: they can
be moved and re-arranged by the end-user. |
TLcyFullScreenActiveSettable |
ILcyActiveSettable implementation which allows to show a Swing component in a full-screen view. |
TLcyGroupDescriptor |
Represents a group of elements.
|
TLcyGroupDescriptorComparator |
Comparator for
TLcyGroupDescriptor s that takes an ordered list of groups as its
constructor argument to define the sort order. |
TLcyMenuBar |
Extension of
ALcyActionBarSW that represents a menu bar. |
TLcyPopupMenu |
Extension of
ALcyActionBarSW that represents a popup menu. |
TLcySkinnedToolBar |
Extension of
TLcyToolBar that uses icons (for example images) as the button
backgrounds, instead of using the global Look & Feel settings. |
TLcySplashScreenMediator |
Utility class which contains utility methods to show the progress of the add-on loading on a splash screen.
|
TLcyToolBar |
Extension of
ALcyActionBar that also implements
ILcyToolBar . |
TLcyTwoColumnLayoutBuilder |
Class which facilitates the population of a
Container with Component s
in a two-column layout. |
TLcyTwoColumnLayoutBuilder.RowBuilder |
Class following the Builder pattern which allows to add a row to a two column layout.
|
TLcyUserInterfaceManager |
Manager that takes care of all pluggable user interface related things.
|