public class DockConstraint
extends java.lang.Object
Constructor and Description |
---|
DockConstraint() |
Modifier and Type | Method and Description |
---|---|
boolean |
canClose()
True iff this class can be closed
|
static boolean |
canClose(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canDockEast()
True iff this class can be docked in the given direction
|
static boolean |
canDockEast(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canDockNorth()
True iff this class can be docked in the given direction
|
static boolean |
canDockNorth(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canDockSouth()
True iff this class can be docked in the given direction
|
static boolean |
canDockSouth(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canDockWest()
True iff this class can be docked in the given direction
|
static boolean |
canDockWest(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canExternalFrame()
True iff this class can be changed to frame
|
static boolean |
canExternalFrame(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canInternalFrame()
True iff this class can be changed to frame
|
static boolean |
canInternalFrame(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canOcclude()
True iff this class can overlap the background
|
static boolean |
canOcclude(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canResize()
True iff this class can be resize
|
static boolean |
canResize(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canTab()
True iff this class can be tabbed together.
|
static boolean |
canTab(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
boolean |
canTransparent()
True iff this class can be transparent
|
static boolean |
canTransparent(java.util.List constraints)
Determine property over a list of DockConstraint objects
|
java.lang.String |
getTabName() |
void |
setCanClose(boolean b) |
void |
setCanDockEast(boolean b) |
void |
setCanDockNorth(boolean b) |
void |
setCanDockSouth(boolean b) |
void |
setCanDockWest(boolean b) |
void |
setCanExternalFrame(boolean b) |
void |
setCanInternalFrame(boolean b) |
void |
setCanOcclude(boolean b) |
void |
setCanResize(boolean b) |
void |
setCanTab(boolean b) |
void |
setCanTransparent(boolean b) |
void |
setTabName(java.lang.String name)
Set the name of the tab to use when the component is tabbed (if
it can tab).
|
public java.lang.String getTabName()
public void setTabName(java.lang.String name)
public boolean canTransparent()
public void setCanTransparent(boolean b)
public static boolean canTransparent(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canResize()
public void setCanResize(boolean b)
public static boolean canResize(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canOcclude()
public void setCanOcclude(boolean b)
public static boolean canOcclude(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canTab()
public void setCanTab(boolean b)
public static boolean canTab(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canClose()
public void setCanClose(boolean b)
public static boolean canClose(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canExternalFrame()
public void setCanExternalFrame(boolean b)
public static boolean canExternalFrame(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canInternalFrame()
public void setCanInternalFrame(boolean b)
public static boolean canInternalFrame(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canDockNorth()
public void setCanDockNorth(boolean b)
public static boolean canDockNorth(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canDockSouth()
public void setCanDockSouth(boolean b)
public static boolean canDockSouth(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canDockEast()
public void setCanDockEast(boolean b)
public static boolean canDockEast(java.util.List constraints)
constraints
- a List of DockConstraintspublic boolean canDockWest()
public void setCanDockWest(boolean b)
public static boolean canDockWest(java.util.List constraints)
constraints
- a List of DockConstraintsCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details