|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface onto a component that has a background component and docking children.
Field Summary | |
static java.lang.String |
BACKGROUND
Constraint for the background component |
Method Summary | |
void |
dock(javax.swing.JComponent outter,
javax.swing.JComponent inner)
Dock the given child onto the given parent, which is itself a child. |
void |
dock(javax.swing.JComponent outter,
javax.swing.JComponent inner,
int idx)
Dock the given child onto the given parent, which is itself a child. |
void |
dockEast(javax.swing.JComponent child)
Dock child on the DockPanel. |
void |
dockEast(javax.swing.JComponent child,
int idx)
Dock the given child into the given position on the DockPanel |
void |
dockNorth(javax.swing.JComponent child)
Dock child on the DockPanel. |
void |
dockNorth(javax.swing.JComponent child,
int idx)
Dock the given child into the given position on the DockPanel |
void |
dockSomewhere(javax.swing.JComponent child)
Dock the given child somewhere on the DockPanel. |
void |
dockSouth(javax.swing.JComponent child)
Dock child on the DockPanel. |
void |
dockSouth(javax.swing.JComponent child,
int idx)
Dock the given child into the given position on the DockPanel |
void |
dockWest(javax.swing.JComponent child)
Dock child on the DockPanel. |
void |
dockWest(javax.swing.JComponent child,
int idx)
Dock the given child into the given position on the DockPanel |
void |
externalFrame(javax.swing.JComponent child)
Set the component to an external frame |
javax.swing.JComponent |
getBackgroundComponent()
Get the background component. |
DockConstraint |
getConstraint(javax.swing.JComponent child)
Get the constraint on the given child. |
void |
internalFrame(javax.swing.JComponent child)
Set the component to an internal frame |
void |
removeConstraint(javax.swing.JComponent child)
Remove a constraint on a child. |
void |
setBackgroundComponent(javax.swing.JComponent back)
Set the background component. |
void |
setCanClose(javax.swing.JComponent child,
boolean b)
Set that the child can be closed. |
void |
setCanDockEast(javax.swing.JComponent child,
boolean b)
Set that the child can dock on the top-level east. |
void |
setCanDockNorth(javax.swing.JComponent child,
boolean b)
Set that the child can dock on the top-level north. |
void |
setCanDockSouth(javax.swing.JComponent child,
boolean b)
Set that the child can dock on the top-level south. |
void |
setCanDockWest(javax.swing.JComponent child,
boolean b)
Set that the child can dock on the top-level west. |
void |
setCanExternalFrame(javax.swing.JComponent child,
boolean b)
Set that the child can be become an external frame. |
void |
setCanInternalFrame(javax.swing.JComponent child,
boolean b)
Set that the child can be become an internal frame. |
void |
setCanOcclude(javax.swing.JComponent child,
boolean b)
Set that the given child can sit in front of the background component, without forcing the background component to be resized to make room. |
void |
setCanResize(javax.swing.JComponent child,
boolean b)
Set that the child component can be user-resized. |
void |
setCanTab(javax.swing.JComponent child,
boolean b)
Set that the child component can be tabbed up, if docked in the same location as othe tab-able components. |
void |
setCanTransparent(javax.swing.JComponent child,
boolean b)
Set the child component to have a transparent background. |
void |
setConstraint(javax.swing.JComponent child,
DockConstraint c)
Set the constraint on the given child. |
void |
setPreferredHeight(javax.swing.JComponent child,
int i)
Set the childs preferred height. |
void |
setPreferredWidth(javax.swing.JComponent child,
int i)
Set the childs preferred width. |
void |
setTabName(javax.swing.JComponent child,
java.lang.String tabName)
Set the name of the tab to use when the component is tabbed (if it can tab). |
Field Detail |
public static final java.lang.String BACKGROUND
Method Detail |
public javax.swing.JComponent getBackgroundComponent()
public void setBackgroundComponent(javax.swing.JComponent back)
public void setConstraint(javax.swing.JComponent child, DockConstraint c)
public DockConstraint getConstraint(javax.swing.JComponent child)
public void removeConstraint(javax.swing.JComponent child)
public void setPreferredHeight(javax.swing.JComponent child, int i)
public void setPreferredWidth(javax.swing.JComponent child, int i)
public void setCanOcclude(javax.swing.JComponent child, boolean b)
public void setCanTransparent(javax.swing.JComponent child, boolean b)
public void setCanResize(javax.swing.JComponent child, boolean b)
public void setCanTab(javax.swing.JComponent child, boolean b)
public void setTabName(javax.swing.JComponent child, java.lang.String tabName)
public void setCanExternalFrame(javax.swing.JComponent child, boolean b)
public void setCanInternalFrame(javax.swing.JComponent child, boolean b)
public void setCanClose(javax.swing.JComponent child, boolean b)
public void setCanDockNorth(javax.swing.JComponent child, boolean b)
public void setCanDockSouth(javax.swing.JComponent child, boolean b)
public void setCanDockEast(javax.swing.JComponent child, boolean b)
public void setCanDockWest(javax.swing.JComponent child, boolean b)
public void dockNorth(javax.swing.JComponent child)
public void dockNorth(javax.swing.JComponent child, int idx)
public void dockSouth(javax.swing.JComponent child)
public void dockSouth(javax.swing.JComponent child, int idx)
public void dockEast(javax.swing.JComponent child)
public void dockEast(javax.swing.JComponent child, int idx)
public void dockWest(javax.swing.JComponent child)
public void dockWest(javax.swing.JComponent child, int idx)
public void dockSomewhere(javax.swing.JComponent child)
public void dock(javax.swing.JComponent outter, javax.swing.JComponent inner)
public void dock(javax.swing.JComponent outter, javax.swing.JComponent inner, int idx)
public void internalFrame(javax.swing.JComponent child)
public void externalFrame(javax.swing.JComponent child)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |