| |
|
| java.lang.Object javax.swing.BoxLayout com.jgoodies.looks.common.PopupMenuLayout
Constructor Summary | |
public | PopupMenuLayout(Container target, int axis) Creates a layout manager that will lay out components along
the given axis. |
Method Summary | |
public synchronized void | invalidateLayout(Container target) Indicates that a child has changed its layout related information,
and thus any cached calculations should be flushed. |
PopupMenuLayout | public PopupMenuLayout(Container target, int axis)(Code) | | Creates a layout manager that will lay out components along
the given axis.
Parameters: target - the container that needs to be laid out Parameters: axis - the axis to lay out components along |
invalidateLayout | public synchronized void invalidateLayout(Container target)(Code) | | Indicates that a child has changed its layout related information,
and thus any cached calculations should be flushed.
In case the target is an instance of JPopupMenu it flushes the values of
the client properties maxTextWidth and maxAccWidth .
Parameters: target - the affected container |
|
|
|