prefuse.util.ui |
Utility classes facilitating the generation and composition of user
interface components. This package contains both custom user interface
widgets and convenience wrappers for existing Swing widgets.
|
Java Source File Name | Type | Comment |
BrowserLauncher.java | Class |
Browser launcher will open a URL in an external browser on your system.
(e.g. |
JCustomTooltip.java | Class | Tooltip component that allows arbitrary Swing components to be
used within tooltips. |
JFastLabel.java | Class | Swing component that acts much like a JLabel, but does not revalidate
its bounds when updated, making it much faster but suitable only for
use in situations where the initial bounds are sufficient. |
JForcePanel.java | Class | Swing component for configuring the parameters of the
Force functions in a given ForceSimulator. |
JPrefuseApplet.java | Class | A convenience class for creating applets that incorporate
prefuse visualizations. |
JPrefuseTable.java | Class | Swing component that displays a prefuse Table instance in a Swing
JTable component. |
JPrefuseTree.java | Class | Swing component that displays a prefuse Tree instance in a Swing
JTree component. |
JRangeSlider.java | Class | |
JSearchPanel.java | Class | Swing component that enables keyword search over prefuse data tuples. |
JToggleGroup.java | Class | Swing component representing a group of toggle buttons -- either checkboxes
or radio buttons. |
JValueSlider.java | Class | Swing component that contains a slider, and title label, and editable
text box displaying the slider value. |
PrefuseTableModel.java | Class | TableModel implementation that serves as an adapter between a prefuse
Table instance and a JTable component. |
UILib.java | Class | Library routines for user interface tasks. |
ValuedRangeModel.java | Interface | BoundedRangeModel that additionally supports a mapping between the integer
range used by interface components and a richer range of values, such
as numbers or arbitrary objects. |