org.zaval.lw
Interface LwViewProvider
- All Known Implementing Classes:
- LwSlider, LwTree
- public interface LwViewProvider
This interface is used to provide a view for the specified object. For example,
tree view component uses the interface to define a view for its nodes.
Method Summary |
LwView |
getView(Drawable d,
java.lang.Object obj)
Gets the view for the specified object of the specified component. |
getView
public LwView getView(Drawable d,
java.lang.Object obj)
- Gets the view for the specified object of the specified component.
- Parameters:
d
- the specified component.obj
- the specified object.- Returns:
- a view.
Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org