public class ScrollPanel extends Object implements XBayaComponent
| Constructor and Description |
|---|
ScrollPanel(JComponent component,
String title)
Creates a ScrollPanel.
|
ScrollPanel(JComponent component,
String title,
boolean scroll)
Creates a ScrollPanel.
|
ScrollPanel(XBayaComponent component,
String title)
Creates a ScrollPanel.
|
ScrollPanel(XBayaComponent component,
String title,
boolean scroll)
Creates a ScrollPanel.
|
| Modifier and Type | Method and Description |
|---|---|
JPanel |
getPanel() |
JPanel |
getSwingComponent()
Returns the swing component.
|
void |
setPrefferedSize(Dimension preferredSize) |
public ScrollPanel(XBayaComponent component, String title)
component - title - public ScrollPanel(JComponent component, String title)
component - title - public ScrollPanel(XBayaComponent component, String title, boolean scroll)
component - title - scroll - public ScrollPanel(JComponent component, String title, boolean scroll)
component - title - scroll - public JPanel getSwingComponent()
XBayaComponentgetSwingComponent in interface XBayaComponentXBayaComponent.getSwingComponent()public JPanel getPanel()
public void setPrefferedSize(Dimension preferredSize)
preferredSize - Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.