Package bibliothek.gui.dock.common.intern


package bibliothek.gui.dock.common.intern
Classes and interfaces used internally. In general clients are discouraged to use the elements in this package directly. To be more specific:
  • Clients should not create objects of classes in this package
  • Clients should not implements interfaces of this package
  • Clients can use subclasses and subinterfaces which extend elements of this package but are not declared within this package
  • Clients can use the methods and constants offered in this package
  • These rules are not enforced in any way. Clients can use elements of this package, it may just not be the easiest solution