|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.WidgetAdapter
org.formaria.swing.SwingWidgetAdapter
org.formaria.swing.app.InternalFrameWidgetAdapter
public class InternalFrameWidgetAdapter
Adapts the internal frame hierarchy to hide Swing's use of the content pane
Copyright (c) Formaria Ltd., 2008
License: see license.txt
| Field Summary |
|---|
| Fields inherited from class org.formaria.aria.WidgetAdapter |
|---|
instance |
| Constructor Summary | |
|---|---|
protected |
InternalFrameWidgetAdapter()
|
| Method Summary | |
|---|---|
java.lang.Object |
getComponent(java.lang.Object container,
int i)
Get the child component at a specific index within the container. |
int |
getComponentCount(java.lang.Object container)
Get the number of child components owned by this component, assuming that the component is a container. |
java.lang.Object[] |
getComponents(java.lang.Object container)
Get the children. |
static WidgetAdapter |
getInstance()
Get an instance of this adapter. |
| Methods inherited from class org.formaria.swing.SwingWidgetAdapter |
|---|
add, add, add, doLayout, getHeight, getLayout, getLocation, getName, getParent, getSize, getWidth, getX, getY, isContainer, isVisible, newPage, remove, removeAll, repaint, requiresParent, setBackground, setBorderStyle, setBorderType, setBounds, setCursor, setEnabled, setFont, setForeground, setHorizontalAlignment, setLayout, setLocation, setMaximumSize, setMinimumSize, setName, setOpaque, setPreferredSize, setSize, setTooltip, setVerticalAlignment, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected InternalFrameWidgetAdapter()
| Method Detail |
|---|
public static WidgetAdapter getInstance()
public int getComponentCount(java.lang.Object container)
getComponentCount in class SwingWidgetAdaptercontainer - the container instance
public java.lang.Object[] getComponents(java.lang.Object container)
getComponents in class SwingWidgetAdaptercontainer - the container instance
public java.lang.Object getComponent(java.lang.Object container,
int i)
getComponent in class SwingWidgetAdaptercontainer - the container instancei - the component index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||