|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of View in info.joseluismartin.db |
---|
Classes in info.joseluismartin.db that implement View | |
---|---|
class |
DbConnectionForm
Database Connection Form |
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 |
AttachmentView
Attachment View |
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<T>
A JFrame for use as View Container |
Methods in info.joseluismartin.gui that return View | |
---|---|
View<?> |
ViewPanelHolder.getView()
|
View<T> |
ViewFrame.getView()
|
View<T> |
ViewDialog.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 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<T> 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<T> |
ViewAction.getView()
|
Methods in info.joseluismartin.gui.action with parameters of type View | |
---|---|
void |
ViewAction.setView(View<T> 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.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 |
---|
Classes in info.joseluismartin.gui.table that implement View | |
---|---|
class |
TableListView<T>
View for showing Lists in a TablePanel |
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 |