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

bibliothek.gui.dock.security.package-info Maven / Gradle / Ivy

There is a newer version: 1.1.2p6a
Show newest version
/**
 * A package dealing with the issues of Applets and Wepstart-applications.
* DockingFrames monitors mouse- and other events globally. That is not * allowed in a restricted (or secure) environment, the {@link java.lang.SecurityManager} * prevents it. The classes in this package are capable to "simulate" global * monitors without really creating them. The reason why these classes are not * used in a normal application is, that they do not work very efficient.
* Clients can use the contents of this package as follows: *
    *
  • Instead of a {@link bibliothek.gui.DockController} they have to create * a {@link bibliothek.gui.dock.security.SecureDockController}.
  • *
  • Instead of {@link bibliothek.gui.dock.FlapDockStation}s they * have to create {@link bibliothek.gui.dock.security.SecureFlapDockStation}s.
  • *
  • Instead of a {@link bibliothek.gui.dock.ScreenDockStation} they * have to create a {@link bibliothek.gui.dock.security.SecureScreenDockStation}.
  • *
  • Instead of a {@link bibliothek.gui.dock.SplitDockStation} they * have to create a {@link bibliothek.gui.dock.security.SecureSplitDockStation}.
  • *
  • Instead of a {@link bibliothek.gui.dock.StackDockStation} they * have to create a {@link bibliothek.gui.dock.security.SecureStackDockStation}.
  • *
  • All other elements which show a {@link bibliothek.gui.Dockable} have to be * wrapped into a {@link bibliothek.gui.dock.security.GlassedPane}.
  • *
*/ package bibliothek.gui.dock.security;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy