All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bibliothek.gui.dock.action.actions.package-info Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy