public class ActionToolBarLayout extends Object implements LayoutManager
| Constructor and Description |
|---|
ActionToolBarLayout() |
ActionToolBarLayout(Component expandComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(String name,
Component comp) |
Component |
getExpandComponent() |
int |
getGap() |
int |
getOverunIndex() |
boolean |
isWrap() |
void |
layoutContainer(Container target) |
Dimension |
minimumLayoutSize(Container target) |
Dimension |
preferredLayoutSize(Container target) |
void |
removeLayoutComponent(Component c) |
void |
setExpandComponent(Component expandComponent) |
void |
setGap(int gap) |
void |
setWrap(boolean wrap) |
public ActionToolBarLayout(Component expandComponent)
public ActionToolBarLayout()
public int getGap()
public void setGap(int gap)
public void setExpandComponent(Component expandComponent)
public Component getExpandComponent()
public void addLayoutComponent(String name, Component comp)
addLayoutComponent in interface LayoutManagerpublic void removeLayoutComponent(Component c)
removeLayoutComponent in interface LayoutManagerpublic void layoutContainer(Container target)
layoutContainer in interface LayoutManagerpublic Dimension minimumLayoutSize(Container target)
minimumLayoutSize in interface LayoutManagerpublic Dimension preferredLayoutSize(Container target)
preferredLayoutSize in interface LayoutManagerpublic void setWrap(boolean wrap)
public boolean isWrap()
public int getOverunIndex()
Copyright © 2021. All rights reserved.