public class DemoBorderLayoutFrame2
extends org.jowidgets.tools.powo.JoFrame
| Constructor and Description |
|---|
DemoBorderLayoutFrame2() |
| Modifier and Type | Method and Description |
|---|---|
<M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl> |
add(org.jowidgets.common.widgets.factory.ICustomWidgetCreator<M_WIDGET_TYPE> arg0,
Object arg1) |
<M_WIDGET_TYPE extends org.jowidgets.api.widgets.IControl> |
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,?>> |
add(P_WIDGET_TYPE arg0) |
<P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>> |
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) |
bluePrint, bluePrint, createMenuBar, finishLifecycleOnClose, getMenuBarModel, isIconfied, isMaximized, setDefaultButton, setIconfied, setMaximized, setMenuBar, setMenuBar, setMinSize, setMinSize, setTitle, toJoFrameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, getParentBounds, packaddWindowListener, removeWindowListenerlayoutBegin, layoutEnd, removeAll, setLayoutpublic final void addWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
addWindowListener in interface org.jowidgets.common.widgets.controller.IWindowObservablepublic final void removeWindowListener(org.jowidgets.common.widgets.controller.IWindowListener arg0)
removeWindowListener in interface org.jowidgets.common.widgets.controller.IWindowObservablepublic final void setPosition(org.jowidgets.common.types.Position arg0)
setPosition in interface org.jowidgets.common.widgets.IComponentCommonpublic final org.jowidgets.common.types.Position getPosition()
getPosition in interface org.jowidgets.common.widgets.IComponentCommonpublic final void setSize(org.jowidgets.common.types.Dimension arg0)
setSize in interface org.jowidgets.common.widgets.IComponentCommonpublic final org.jowidgets.common.types.Dimension getSize()
getSize in interface org.jowidgets.common.widgets.IComponentCommonpublic final org.jowidgets.common.types.Rectangle getParentBounds()
getParentBounds in interface org.jowidgets.common.widgets.IWindowCommonpublic final void pack()
pack in interface org.jowidgets.common.widgets.IWindowCommonpublic final void dispose()
dispose in interface org.jowidgets.api.widgets.IWidgetdispose in interface org.jowidgets.common.widgets.IWindowCommonpublic final void centerLocation()
centerLocation in interface org.jowidgets.api.widgets.IWindowpublic final org.jowidgets.api.widgets.IWindow getParent()
getParent in interface org.jowidgets.api.widgets.IDisplaygetParent in interface org.jowidgets.api.widgets.IWidgetpublic final <P_WIDGET_TYPE extends org.jowidgets.tools.powo.Component<? extends org.jowidgets.api.widgets.IControl,?>> P_WIDGET_TYPE add(P_WIDGET_TYPE arg0)
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)
public final org.jowidgets.tools.powo.JoLabel addLabel(String arg0)
public final org.jowidgets.tools.powo.JoLabel addLabel(String arg0, String arg1, Object arg2)
public final org.jowidgets.tools.powo.JoLabel addLabel(org.jowidgets.common.image.IImageConstant arg0,
String arg1,
String arg2,
Object arg3)
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)
add in interface org.jowidgets.api.widgets.IContainerpublic final void setLayout(org.jowidgets.common.widgets.layout.ILayoutDescriptor arg0)
setLayout in interface org.jowidgets.common.widgets.IContainerCommonpublic final void removeAll()
removeAll in interface org.jowidgets.common.widgets.IContainerCommonpublic final void layoutBegin()
layoutBegin in interface org.jowidgets.common.widgets.IContainerCommonpublic final void layoutEnd()
layoutEnd in interface org.jowidgets.common.widgets.IContainerCommonpublic 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)
add in interface org.jowidgets.api.widgets.IContainerpublic final void addPopupMenu(org.jowidgets.tools.powo.JoPopupMenu arg0)
public final void setForegroundColor(org.jowidgets.common.color.IColorConstant arg0)
setForegroundColor in interface org.jowidgets.common.widgets.IComponentCommonpublic final void setBackgroundColor(org.jowidgets.common.color.IColorConstant arg0)
setBackgroundColor in interface org.jowidgets.common.widgets.IComponentCommonpublic final void redraw()
redraw in interface org.jowidgets.common.widgets.IComponentCommonpublic final boolean isVisible()
isVisible in interface org.jowidgets.common.widgets.IComponentCommonpublic final boolean isInitialized()
public final Object getUiReference()
getUiReference in interface org.jowidgets.common.widgets.IWidgetCommonCopyright © 2015. All rights reserved.