org.malai.widget
Interface Scrollable

All Known Subinterfaces:
ICanvas
All Known Implementing Classes:
LCanvas, LCodePanel, MLayeredPane, MPanel

public interface Scrollable

This interface is for widgets that can have a scroll pane.

This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN

Malai is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

05/15/2010

Since:
0.2
Version:
0.2
Author:
Arnaud BLOUIN

Method Summary
 javax.swing.JScrollPane getScrollpane()
           
 boolean hasScrollPane()
           
 

Method Detail

hasScrollPane

boolean hasScrollPane()
Returns:
True if the panel is in a scroll pane.
Since:
3.0

getScrollpane

javax.swing.JScrollPane getScrollpane()
Returns:
The scroll pane of the panel (may be null).
Since:
3.0