List of usage examples for javax.swing Scrollable interface-usage
From source file savant.plugin.ToolSettingsPanel.java
/** * The panel on which the tool's user interface is presented. * * @author tarkvara */ class ToolSettingsPanel extends JPanel implements Scrollable {
From source file org.wings.SList.java
/**
* Allows the user to select one or more objects from a list.
* <em>CAVEAT</em>
* A list in a form has special implications to take care of:
* Problem with a form request
* is, that we should fire the selection change events not until the states
From source file ExtendedTableCellRenderer.java
class ExtendedJLabel extends JLabel implements Scrollable { private boolean underlined = false; private boolean autoTooltip = false; /**
From source file com.projity.pm.graphic.chart.TimeChartPanel.java
public class TimeChartPanel extends ChartPanel implements Scrollable, ScaledComponent { private static final long serialVersionUID = 2034704461047717965L; ChartInfo chartInfo; JViewport viewport;
From source file org.wings.STable.java
/**
* Displays information contained in a {@link TableModel} object.
*
* @author <a href="mailto:engels@mercatis.de">Holger Engels</a>
* @author <a href="mailto:haaf@mercatis.de">Armin Haaf</a>
*/
From source file org.photovault.swingui.PhotoCollectionThumbView.java
/**
This class implements the default thumbnail view for photo
collections. Some of the planned features include:
<ul> <li> Either vertically or horizontally scrollable view with
multiple columns </li>
From source file ca.phon.ipamap.IpaMap.java
/**
* Displays a sectioned list of
* ipa grids. Each grid is inside a collapsible
* panel. The entire thing is already inside
* a scroll pane.
*
From source file AccessibleScrollDemo.java
class ScrollablePicture extends JLabel implements Scrollable { private int maxUnitIncrement = 1; public ScrollablePicture(ImageIcon i, int m) { super(i);