|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of View in info.joseluismartin.gui |
|---|
| Classes in info.joseluismartin.gui that implement View | |
|---|---|
class |
AbstractView<T>
Template class that simplifies View implementation. |
class |
PaginatorView
PaginatorView with control buttons to manage paginator. |
class |
TableEditor<T>
Simple table editor |
class |
ViewDialog<T>
A JDialog for use as View Wrapper |
class |
ViewFrame
A JFrame for use as View Container |
| Methods in info.joseluismartin.gui that return View | |
|---|---|
View<?> |
ViewPanelHolder.getView()
|
View<T> |
ViewDialog.getView()
|
View<Object> |
ViewFrame.getView()
|
View<?> |
ApplicationContextGuiFactory.getView(String name)
|
View<?> |
GuiFactory.getView(String name)
|
| Methods in info.joseluismartin.gui with parameters of type View | |
|---|---|
void |
AbstractView.addView(View<T> view)
Add a subview, the subview is refreshed, updated and hold the same model that this view, for adding views with other models, use bind() |
void |
ViewPanelHolder.setView(View<?> view)
|
void |
ViewFrame.setView(View<Object> view)
|
void |
ViewDialog.setView(View<T> view)
|
| Constructors in info.joseluismartin.gui with parameters of type View | |
|---|---|
ViewPanelHolder(View<?> view)
|
|
| Uses of View in info.joseluismartin.gui.action |
|---|
| Methods in info.joseluismartin.gui.action that return View | |
|---|---|
View<?> |
ViewAction.getView()
|
| Methods in info.joseluismartin.gui.action with parameters of type View | |
|---|---|
void |
ViewAction.setView(View<?> view)
|
| Uses of View in info.joseluismartin.gui.bind |
|---|
| Methods in info.joseluismartin.gui.bind that return View | |
|---|---|
View |
ViewAccessor.getControl()
|
| Uses of View in info.joseluismartin.gui.form |
|---|
| Classes in info.joseluismartin.gui.form that implement View | |
|---|---|
class |
DbConnectionForm
Database Connection Form |
| Uses of View in info.joseluismartin.gui.report |
|---|
| Classes in info.joseluismartin.gui.report that implement View | |
|---|---|
class |
ReportFileView
|
class |
ReportFilterView
|
class |
ReportListView
|
class |
ReportTypeView
|
class |
ReportView
|
| Uses of View in info.joseluismartin.gui.table |
|---|
| Methods in info.joseluismartin.gui.table that return View | |
|---|---|
View<Object> |
TablePanel.getFilterView()
|
| Methods in info.joseluismartin.gui.table with parameters of type View | |
|---|---|
void |
TablePanel.setFilterView(View<Object> filterView)
|
| Uses of View in info.joseluismartin.gui.tree |
|---|
| Classes in info.joseluismartin.gui.tree that implement View | |
|---|---|
class |
TreeView
Tree View that show a List of TreeModelBuilders |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||