Example usage for javax.swing JScrollPane subclass-usage

List of usage examples for javax.swing JScrollPane subclass-usage

Introduction

In this page you can find the example usage for javax.swing JScrollPane subclass-usage.

Usage

From source file FrozenColumnHeader.java

public class FrozenColumnHeader extends JScrollPane {

    protected JTable mainTable;
    protected JTable headerTable;
    protected int columnCount;

From source file net.sourceforge.msscodefactory.cflib.v1_11.CFLib.Swing.CFHSlaveJScrollPane.java

/**
 *   An HSlave scroll pane slaves the horizontal width of the
 *   scrolled component to match that of the viewport.  So when
 *   you resize the scroll pane, the subobject being displayed
 *   always takes up just the right amount of width in the viewport
 *   to fill the display.

From source file net.sourceforge.msscodefactory.cflib.v1_11.CFLib.Swing.CFJTextEditor.java

/**
 *   CFJEditor Swing Text Text Field Display Widget.
 */
public class CFJTextEditor extends JScrollPane {
    protected CFJEditorPane swingEditorPane = null;
    protected int maxLen = 0;

From source file net.sourceforge.msscodefactory.cflib.v2_1.CFLib.Swing.CFHSlaveJScrollPane.java

/**
 *   An HSlave scroll pane slaves the horizontal width of the
 *   scrolled component to match that of the viewport.  So when
 *   you resize the scroll pane, the subobject being displayed
 *   always takes up just the right amount of width in the viewport
 *   to fill the display.

From source file net.sourceforge.msscodefactory.cflib.v2_1.CFLib.Swing.CFJTextEditor.java

/**
 *   CFJEditor Swing Text Text Field Display Widget.
 */
public class CFJTextEditor extends JScrollPane {
    protected CFJEditorPane swingEditorPane = null;
    protected int maxLen = 0;

From source file com.igormaznitsa.jhexed.swing.editor.ui.tooloptions.LayerValueIconList.java

public class LayerValueIconList extends JScrollPane implements ListSelectionListener {
    private static final long serialVersionUID = 4067088203855017500L;

    private static final int ICON_SIZE = 48;
    private HexFieldLayer currentLayerField;

From source file org.quackbot.gui.InfoPlugins.java

/**
 *
 * @author Leon Blakey <lord.quackstar at gmail.com>
 */
@Slf4j
public class InfoPlugins extends JScrollPane {

From source file org.openmicroscopy.shoola.agents.metadata.editor.UserDiskSpace.java

/** 
 * Builds a graph with the used and free space.
 *
 * @author  Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;

From source file edu.wpi.cs.wpisuitetng.modules.requirementmanager.view.requirements.NewPieChartPanel.java

/**
 * @author justinhess
 * @version $Revision: 1.0 $
 */
public class NewPieChartPanel extends JScrollPane {
    static final long serialVersionUID = -3387199841857168798L;

From source file edu.wpi.cs.wpisuitetng.modules.requirementmanager.view.requirements.NewBarChartPanel.java

/**
 * @author justinhess
 * @version $Revision: 1.0 $
 */
public class NewBarChartPanel extends JScrollPane {
    static final long serialVersionUID = 2930864775768057902L;