|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewLayoutController
Method Summary | ||
---|---|---|
void |
addStartViewPopup(View view)
Creates a popup window with the view, that can be shown when needed for additional information needed from the user |
|
void |
addView(View view)
Add a view to this LayoutController. |
|
|
setDefaultView(V viewType)
Set the view with the viewType enum passed in to the be the default view. |
|
|
showView(V viewType)
Shows the view which corresponds to the viewType enumeration "key" |
Method Detail |
---|
void addView(View view)
view
- <V extends Enum<?>> void showView(V viewType)
V
- viewType
- <V extends Enum<?>> void setDefaultView(V viewType)
V
- viewType
- void addStartViewPopup(View view)
view
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |