Package org.graffiti.util
Contains utility classes for frequently needed functionality.
-
Interface Summary Interface Description DelayThread.DelayedCallback This callback interface is used by the DelayThread Implementing classes can set the method to be calledProgressViewer A class that displays in some sense progress made while a long running task. -
Class Summary Class Description AllPermissionPolicy BoolPair Encapsulates two boolean values.DelayThread This delay thread will help prevent too many calls in short time by catching the calls and only giving the last stored event after a short period of time to the actual event handler using a callback mechanism If it has delivered the event it will trigger "wait" and halt the thread A new event will then wake up the thread.DesktopMenuManager Manages menu entries for the internal frames contained in a desktop pane.GeneralEditorUtils Some auxiliary routines that need editor functionality.GeneralUtils GraphicHelper InstanceLoader Represents an instance loader, which can be used to instantiate a class with the given name.MaximizeFrame Internal frame that hides the title bar when maximized.MaximizeLayout Layour wrapper that modifies the behaviour of aLayoutManager
for maximizedJInternalFrame
s.MaximizeManager MenuAdapter Adapter for the MenuListener interface, providing default empty implementation.MultipleIterator ClassUniqueMultipleIterator
encapsulates a number of instances implementing thejava.util.Iterator
interface.Pair<T,V> Encapsulates two values in a pair.PluginHelper Queue A simple queue.RedundantMultipleIterator Deprecated. StringSplitter Provides a method to split a String into several Strings according to a certain String.ToolBarLayout An extension ofFlowLayout
that correctly calculates the height of a toolbar panel. -
Exception Summary Exception Description InstanceCreationException An exception, which is thrown, iff the instantiation of a given class fails.