| Package | Description |
|---|---|
| org.jdal.swing | |
| org.jdal.swing.action | |
| org.jdal.swing.table |
| Modifier and Type | Method and Description |
|---|---|
View<?> |
ViewPanelHolder.getView() |
View<T> |
ViewDialog.getView() |
View<T> |
ViewFrame.getView() |
View<?> |
ApplicationContextGuiFactory.getView(String name) |
<T> View<T> |
ApplicationContextGuiFactory.getView(String name,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewPanelHolder.setView(View<?> view) |
void |
ViewDialog.setView(View<T> view) |
void |
ViewFrame.setView(View<T> view) |
| Constructor and Description |
|---|
ViewPanelHolder(View<?> view) |
| Modifier and Type | Method and Description |
|---|---|
View<T> |
ViewAction.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewAction.setView(View<T> view) |
| Modifier and Type | Method and Description |
|---|---|
View<Object> |
TablePanel.getFilterView() |
| Modifier and Type | Method and Description |
|---|---|
void |
TablePanel.setFilterView(View<Object> filterView) |
Copyright © 2014 JDAL. All Rights Reserved.