Packages
org.fishbolt.common.adapter The Adapter Pattern Contains the suggested adapter interfaces.
org.fishbolt.common.adapter.ext The Adapter Pattern Contains base implementation of the adapter mechanism.
org.fishbolt.common.command The Command pattern In the "Design Patterns: Elements of Reusable Object-Oriented Software" book the description of the command pattern is provided mainly in the aspect of its usage in the user interface (undo for an operation, command history).
org.fishbolt.common.flags The Flags Container Pattern The mechanism of bit states (flags) have been known for a long time.
org.fishbolt.common.listener The Listener Pattern.
org.fishbolt.common.listener.ext The Listener Pattern.
org.fishbolt.common.manager The Manager Pattern Separating data and business logic have been always considered as a good practice.
org.fishbolt.common.manager.ext The Manager Pattern Extension Interfaces are extensions of the manager.
org.fishbolt.common.presenter The Value Presenter Pattern.
org.fishbolt.common.presenter.string The Value Presenter Pattern for String presentation The classes and interfaces described above are abstracted from the concrete presentation type (the presentation type is set as a parameter of the class or interface).