bibliothek.gui.dock.action.actions.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docking-frames-core Show documentation
Show all versions of docking-frames-core Show documentation
A window docking framework for Swing
The newest version!
/**
* Contains a set of different {@link bibliothek.gui.dock.action.DockAction}s
* and supporting classes.
* The actions in this package will create views, which show {@link javax.swing.Icon}s,
* text, tooltips and other gimmicks. They are designed to give a reasonable
* subset of features a {@link javax.swing.JButton} or a similar
* {@link javax.swing.JComponent} would offer.
* The actions in this package are divided in two groups:
*
* - The simple-actions have one set of properties which they use regardless
* for which {@link bibliothek.gui.Dockable} they are shown.
* - The grouped-actions have several sets of properties. They decide for each
*
Dockable
to which group it belongs, and then uses
* the set of properties associated with that group. Dockable
* can change its group at any time
*
*/
package bibliothek.gui.dock.action.actions;