org.westofj.wui
Class WMapContainer
java.lang.Object
org.westofj.wui.Widget
org.westofj.wui.WAbstractContainer
org.westofj.wui.WMapContainer
- public class WMapContainer
- extends WAbstractContainer
- Author:
- bill
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Methods inherited from class org.westofj.wui.WAbstractContainer |
getBackgroundColor, getBorder, getBorderColor, getBorderStyle, getBorderUnit, getColor, getFont, getHeight, getHeightUnit, getPadding, getPaddingUnit, getSpacing, getSpacingUnit, getWidth, getWidthUnit, setBackgroundColor, setBorder, setBorder, setBorder, setBorderColor, setBorderStyle, setBorderUnit, setColor, setFont, setHeight, setHeight, setHeightUnit, setPadding, setPadding, setPaddingUnit, setSpacing, setSpacingUnit, setWidth, setWidth, setWidthUnit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMapContainer
public WMapContainer()
render
public void render(WRunner runner,
WRenderContext context,
PrintWriter out)
throws WRenderException
- Description copied from class:
Widget
- Renders the widget to the display.
- Specified by:
render
in class Widget
- Parameters:
runner
- the current runner context.out
- the output for the display.
- Throws:
WRenderException
clear
public void clear()
containsKey
public boolean containsKey(String key)
containsWidget
public boolean containsWidget(Widget value)
get
public Widget get(String key)
isEmpty
public boolean isEmpty()
keySet
public Set keySet()
put
public Widget put(String key,
Widget value)
remove
public Widget remove(String key)
size
public int size()
getWidgets
public List getWidgets()
getLayoutManager
public WMapLayoutManager getLayoutManager()
- Returns the layout manager.
- Returns:
- Returns the layout manager.
setLayoutManager
public void setLayoutManager(WMapLayoutManager layoutManager)
- Sets the layout manager.
- Parameters:
layoutManager
- the layout manager.