|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListVisualizer
Interface for all visualizers which are holding a list type.
| Method Summary | |
|---|---|
void |
addTab(Type type)
|
JAXDataTable |
getDataTable()
Returns internal tabel representation. |
javax.swing.JDialog |
getEditDialog(Type selectedType)
Returns the edit dialog for a given type. |
ListType |
getListModel()
|
Type |
getSelectedType()
Gets the selected type of the underlying list type. |
void |
removeTab(Type type)
|
void |
resetView()
|
void |
selectType(Type type)
Selects the requested type in the list. |
void |
selectType(Type type,
boolean isUserAction)
Selects the requested type in the list. |
void |
showModel(Type type)
Shows the visualizer for the passed type within my list. |
void |
showUpDownButtons(boolean showUpDownButtons)
Sets the visibility of the up/down buttons for a list view. |
| Methods inherited from interface com.jaxfront.core.ui.Visualizer |
|---|
getContext, getImplementation, getLabelText, getModel, isViewReleased, jumpTo, markError, populateModel, populateView, postInitialization, release, removeLabel, resetError, setApplicationRequired, setEditable, setEnabled, setLabelColor, setLabelText, setModel, setRequired, setVisible, showLabel |
| Method Detail |
|---|
Type getSelectedType()
void showModel(Type type)
type - to visualizevoid selectType(Type type)
javax.swing.JDialog getEditDialog(Type selectedType)
selectedType - a given type
JAXDataTable getDataTable()
void addTab(Type type)
void removeTab(Type type)
void showUpDownButtons(boolean showUpDownButtons)
showUpDownButtons - true if the buttons should be shownvoid resetView()
ListType getListModel()
void selectType(Type type,
boolean isUserAction)
type - isUserAction -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||