org.jowidgets.examples.common.demo
Class DemoBorderLayoutFrame

java.lang.Object
  extended by org.jowidgets.tools.powo.JoFrame
      extended by org.jowidgets.examples.common.demo.DemoBorderLayoutFrame
All Implemented Interfaces:
org.jowidgets.api.controller.IContainerObservable, org.jowidgets.api.controller.IDisposeObservable, org.jowidgets.api.controller.IRecursiveContainerObservable, org.jowidgets.api.widgets.IComponent, org.jowidgets.api.widgets.IContainer, org.jowidgets.api.widgets.IDisplay, org.jowidgets.api.widgets.IFrame, org.jowidgets.api.widgets.IWidget, org.jowidgets.api.widgets.IWindow, org.jowidgets.common.widgets.controller.IComponentObservable, org.jowidgets.common.widgets.controller.IFocusObservable, org.jowidgets.common.widgets.controller.IKeyObservable, org.jowidgets.common.widgets.controller.IMouseObservable, org.jowidgets.common.widgets.controller.IPopupDetectionObservable, org.jowidgets.common.widgets.controller.IWindowObservable, org.jowidgets.common.widgets.IComponentCommon, org.jowidgets.common.widgets.IContainerCommon, org.jowidgets.common.widgets.IDisplayCommon, org.jowidgets.common.widgets.IFrameCommon, org.jowidgets.common.widgets.IWidgetCommon, org.jowidgets.common.widgets.IWindowCommon

public class DemoBorderLayoutFrame
extends org.jowidgets.tools.powo.JoFrame


Constructor Summary
DemoBorderLayoutFrame()
           
 
Method Summary
<M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl>
M_WIDGET_TYPE
add(org.jowidgets.common.widgets.factory.ICustomWidgetCreator<M_WIDGET_TYPE> arg0, Object arg1)
           
<M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl>
M_WIDGET_TYPE
add(org.jowidgets.common.widgets.descriptor.IWidgetDescriptor<? extends M_WIDGET_TYPE> arg0, Object arg1)
           
<P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>>
P_WIDGET_TYPE
add(P_WIDGET_TYPE arg0)
           
<P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>>
P_WIDGET_TYPE
add(P_WIDGET_TYPE arg0, Object arg1)
           
 org.jowidgets.tools.powo.JoLabel addLabel(org.jowidgets.common.image.IImageConstant arg0, String arg1, String arg2, Object arg3)
           
 org.jowidgets.tools.powo.JoLabel addLabel(String arg0)
           
 org.jowidgets.tools.powo.JoLabel addLabel(String arg0, Object arg1)
           
 org.jowidgets.tools.powo.JoLabel addLabel(String arg0, String arg1, Object arg2)
           
 void addPopupMenu(org.jowidgets.tools.powo.JoPopupMenu arg0)
           
 void addWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
           
 void centerLocation()
           
 void dispose()
           
 org.jowidgets.api.widgets.IWindow getParent()
           
 org.jowidgets.common.types.Rectangle getParentBounds()
           
 org.jowidgets.common.types.Position getPosition()
           
 org.jowidgets.common.types.Dimension getSize()
           
 Object getUiReference()
           
 boolean isInitialized()
           
 boolean isVisible()
           
 void layoutBegin()
           
 void layoutEnd()
           
 void pack()
           
 void redraw()
           
 void removeAll()
           
 void removeWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
           
 void setBackgroundColor(org.jowidgets.common.color.IColorConstant arg0)
           
 void setForegroundColor(org.jowidgets.common.color.IColorConstant arg0)
           
 void setLayout(org.jowidgets.common.widgets.layout.ILayoutDescriptor arg0)
           
 void setPosition(org.jowidgets.common.types.Position arg0)
           
 void setSize(org.jowidgets.common.types.Dimension arg0)
           
 
Methods inherited from class org.jowidgets.tools.powo.JoFrame
bluePrint, bluePrint, createMenuBar, finishLifecycleOnClose, getMenuBarModel, setDefaultButton, setMenuBar, setMenuBar, setMinSize, setMinSize, setTitle, toJoFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jowidgets.api.widgets.IWindow
centerLocation
 
Methods inherited from interface org.jowidgets.api.widgets.IDisplay
getParent
 
Methods inherited from interface org.jowidgets.api.widgets.IContainer
add, add
 
Methods inherited from interface org.jowidgets.api.widgets.IWidget
dispose
 
Methods inherited from interface org.jowidgets.common.widgets.IWindowCommon
dispose, getParentBounds, pack
 
Methods inherited from interface org.jowidgets.common.widgets.controller.IWindowObservable
addWindowListener, removeWindowListener
 
Methods inherited from interface org.jowidgets.common.widgets.IContainerCommon
layoutBegin, layoutEnd, removeAll, setLayout
 
Methods inherited from interface org.jowidgets.common.widgets.IComponentCommon
getPosition, getSize, isVisible, redraw, setBackgroundColor, setForegroundColor, setPosition, setSize
 
Methods inherited from interface org.jowidgets.common.widgets.IWidgetCommon
getUiReference
 

Constructor Detail

DemoBorderLayoutFrame

public DemoBorderLayoutFrame()
Method Detail

addWindowListener

public final void addWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
Specified by:
addWindowListener in interface org.jowidgets.common.widgets.controller.IWindowObservable

removeWindowListener

public final void removeWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
Specified by:
removeWindowListener in interface org.jowidgets.common.widgets.controller.IWindowObservable

setPosition

public final void setPosition(org.jowidgets.common.types.Position arg0)
Specified by:
setPosition in interface org.jowidgets.common.widgets.IComponentCommon

getPosition

public final org.jowidgets.common.types.Position getPosition()
Specified by:
getPosition in interface org.jowidgets.common.widgets.IComponentCommon

setSize

public final void setSize(org.jowidgets.common.types.Dimension arg0)
Specified by:
setSize in interface org.jowidgets.common.widgets.IComponentCommon

getSize

public final org.jowidgets.common.types.Dimension getSize()
Specified by:
getSize in interface org.jowidgets.common.widgets.IComponentCommon

getParentBounds

public final org.jowidgets.common.types.Rectangle getParentBounds()
Specified by:
getParentBounds in interface org.jowidgets.common.widgets.IWindowCommon

pack

public final void pack()
Specified by:
pack in interface org.jowidgets.common.widgets.IWindowCommon

dispose

public final void dispose()
Specified by:
dispose in interface org.jowidgets.api.widgets.IWidget
Specified by:
dispose in interface org.jowidgets.common.widgets.IWindowCommon

centerLocation

public final void centerLocation()
Specified by:
centerLocation in interface org.jowidgets.api.widgets.IWindow

getParent

public final org.jowidgets.api.widgets.IWindow getParent()
Specified by:
getParent in interface org.jowidgets.api.widgets.IDisplay
Specified by:
getParent in interface org.jowidgets.api.widgets.IWidget

add

public final <P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>> P_WIDGET_TYPE add(P_WIDGET_TYPE arg0)

add

public final <P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>> P_WIDGET_TYPE add(P_WIDGET_TYPE arg0,
                                                                                                                                          Object arg1)

addLabel

public final org.jowidgets.tools.powo.JoLabel addLabel(String arg0)

addLabel

public final org.jowidgets.tools.powo.JoLabel addLabel(String arg0,
                                                       Object arg1)

addLabel

public final org.jowidgets.tools.powo.JoLabel addLabel(String arg0,
                                                       String arg1,
                                                       Object arg2)

addLabel

public final org.jowidgets.tools.powo.JoLabel addLabel(org.jowidgets.common.image.IImageConstant arg0,
                                                       String arg1,
                                                       String arg2,
                                                       Object arg3)

add

public final <M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl> M_WIDGET_TYPE add(org.jowidgets.common.widgets.descriptor.IWidgetDescriptor<? extends M_WIDGET_TYPE> arg0,
                                                                                          Object arg1)
Specified by:
add in interface org.jowidgets.api.widgets.IContainer

setLayout

public final void setLayout(org.jowidgets.common.widgets.layout.ILayoutDescriptor arg0)
Specified by:
setLayout in interface org.jowidgets.common.widgets.IContainerCommon

removeAll

public final void removeAll()
Specified by:
removeAll in interface org.jowidgets.common.widgets.IContainerCommon

layoutBegin

public final void layoutBegin()
Specified by:
layoutBegin in interface org.jowidgets.common.widgets.IContainerCommon

layoutEnd

public final void layoutEnd()
Specified by:
layoutEnd in interface org.jowidgets.common.widgets.IContainerCommon

add

public final <M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl> M_WIDGET_TYPE add(org.jowidgets.common.widgets.factory.ICustomWidgetCreator<M_WIDGET_TYPE> arg0,
                                                                                          Object arg1)
Specified by:
add in interface org.jowidgets.api.widgets.IContainer

addPopupMenu

public final void addPopupMenu(org.jowidgets.tools.powo.JoPopupMenu arg0)

setForegroundColor

public final void setForegroundColor(org.jowidgets.common.color.IColorConstant arg0)
Specified by:
setForegroundColor in interface org.jowidgets.common.widgets.IComponentCommon

setBackgroundColor

public final void setBackgroundColor(org.jowidgets.common.color.IColorConstant arg0)
Specified by:
setBackgroundColor in interface org.jowidgets.common.widgets.IComponentCommon

redraw

public final void redraw()
Specified by:
redraw in interface org.jowidgets.common.widgets.IComponentCommon

isVisible

public final boolean isVisible()
Specified by:
isVisible in interface org.jowidgets.common.widgets.IComponentCommon

isInitialized

public final boolean isInitialized()

getUiReference

public final Object getUiReference()
Specified by:
getUiReference in interface org.jowidgets.common.widgets.IWidgetCommon


Copyright © 2012. All Rights Reserved.