|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewPanel | |
|---|---|
| org.base.apps.api.view.swing | |
| org.base.apps.core.swing.bound | |
| org.base.apps.util.view.swing | Basic Swing utilities, including several extensions to augment default functionality. |
| Uses of ViewPanel in org.base.apps.api.view.swing |
|---|
| Subclasses of ViewPanel in org.base.apps.api.view.swing | |
|---|---|
class |
BoundComponentView<C extends Component>
Base class for all bound JComponent views, implemented as an
abstract class (rather than an interface) to mirror Swing's
JComponent class hierarchy. |
| Uses of ViewPanel in org.base.apps.core.swing.bound |
|---|
| Subclasses of ViewPanel in org.base.apps.core.swing.bound | |
|---|---|
class |
AbstractBoundText<C extends JTextComponent>
|
class |
BoundField
A bound JTextField. |
class |
BoundViewPanel
Concrete implementation of BoundComponentView representing a panel. |
| Uses of ViewPanel in org.base.apps.util.view.swing |
|---|
| Methods in org.base.apps.util.view.swing that return types with arguments of type ViewPanel | |
|---|---|
protected List<ViewPanel<C>> |
ViewPanel.getRows()
|
| Method parameters in org.base.apps.util.view.swing with type arguments of type ViewPanel | |
|---|---|
protected void |
ViewPanel.setRows(List<ViewPanel<C>> rows)
|
|
Please visit Base Apps, hosted on Sourceforge.net. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||