|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.explodingpixels.macwidgets.IAppWidgetFactory
public class IAppWidgetFactory
A factory for iApp style widgets.
Method Summary | |
---|---|
static javax.swing.JScrollPane |
createScrollPaneWithButtonsTogether(java.awt.Component view)
Creates an iApp style JScrollPane , with vertical and horizontal scrollbars shown as
needed. |
static javax.swing.JScrollPane |
createScrollPaneWithButtonsTogether(java.awt.Component view,
int verticalScrollBarPolicy,
int horizontalScrollBarPolicy)
Creates an iApp style JScrollPane using the given scroll bar policies. |
static javax.swing.JScrollPane |
makeIAppScrollPane(javax.swing.JScrollPane scrollPane)
Makes the given JScrollPane an iApp style scroll pane that looks like this:
![]() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.swing.JScrollPane createScrollPaneWithButtonsTogether(java.awt.Component view)
JScrollPane
, with vertical and horizontal scrollbars shown as
needed.
view
- the view to wrap inside the JScrollPane
.
JScrollPane
.makeIAppScrollPane(javax.swing.JScrollPane)
public static javax.swing.JScrollPane createScrollPaneWithButtonsTogether(java.awt.Component view, int verticalScrollBarPolicy, int horizontalScrollBarPolicy)
JScrollPane
using the given scroll bar policies.
view
- the view to wrap inside the JScrollPane
.verticalScrollBarPolicy
- the vertical scroll bar policy.horizontalScrollBarPolicy
- the horizontal scroll bar policy.
JScrollPane
using the given scroll bar policies.makeIAppScrollPane(javax.swing.JScrollPane)
public static javax.swing.JScrollPane makeIAppScrollPane(javax.swing.JScrollPane scrollPane)
JScrollPane
an iApp style scroll pane that looks like this:
scrollPane
- the JScrollPane
to make an iApp style scroll pane.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |