| javax.swing.JPanel it.businesslogic.ireport.gui.docking.DockingContainer
Method Summary | |
public void | actionPerformed(ActionEvent e) | public Component | addComponents(int pos) | public void | addPanel(String name, Component component, boolean closable) | public void | applyI18n() | public boolean | contains(Component c) | public int | getOldWidth() | public int | getPanelCount(int position) | public PanelView | getPanelView(Component c) Returns the panel view containing the Component c. | public PanelView | getPanelViewById(int id) Returns the panel view containing the Component c. | public Vector | getPanelViews() | public int | getPosition() | public int | getPreferredDividerLocation() | public void | insertPanel(int position, String name, Component component, int insertMode, boolean closable) | public void | insertPanel(int position, String name, Component component, boolean closable) | public boolean | isCompressed() | public void | mergePosition(int newPosition) Use this panelView to describe the panel to move. | public void | moveComponent(PanelView panelView, int newPosition) Use this panelView to describe the panel to move. | public void | moveComponent(PanelView panelView, int newPosition, int mode) Use this panelView to describe the panel to move. | public void | recreateAll() | public void | removePanel(Component component) | public void | setCompressed(boolean compressed) | public void | setOldWidth(int oldWidth) | public void | setPanelViews(Vector panelViews) | public void | setPosition(int position) | public void | setPreferredDividerLocation(int preferredDividerLocation) | public void | setSelectedComponent(Component component) | public void | tabPaneChanged(TabPaneChangedEvent evt) |
INSERT_MODE_NEWPOSITION | final public static int INSERT_MODE_NEWPOSITION(Code) | | |
INSERT_MODE_SHAREDPOSTION | final public static int INSERT_MODE_SHAREDPOSTION(Code) | | |
POSITION_LEFT | final public static int POSITION_LEFT(Code) | | |
POSITION_RIGHT | final public static int POSITION_RIGHT(Code) | | |
DockingContainer | public DockingContainer()(Code) | | Creates new form DockingContainer
|
DockingContainer | public DockingContainer(int position)(Code) | | |
addPanel | public void addPanel(String name, Component component, boolean closable)(Code) | | Add a component under the other
|
applyI18n | public void applyI18n()(Code) | | |
getOldWidth | public int getOldWidth()(Code) | | |
getPanelCount | public int getPanelCount(int position)(Code) | | |
getPanelView | public PanelView getPanelView(Component c)(Code) | | Returns the panel view containing the Component c.
Null if the component is not found.
|
getPanelViewById | public PanelView getPanelViewById(int id)(Code) | | Returns the panel view containing the Component c.
Null if the component is not found.
|
getPosition | public int getPosition()(Code) | | |
getPreferredDividerLocation | public int getPreferredDividerLocation()(Code) | | |
insertPanel | public void insertPanel(int position, String name, Component component, int insertMode, boolean closable)(Code) | | |
insertPanel | public void insertPanel(int position, String name, Component component, boolean closable)(Code) | | Add a component at position
|
isCompressed | public boolean isCompressed()(Code) | | |
mergePosition | public void mergePosition(int newPosition)(Code) | | Use this panelView to describe the panel to move. Only component and name are used
to move the component in the newPosition
panelView.component is removed then inserted again in newPosition with label panelView.name
|
moveComponent | public void moveComponent(PanelView panelView, int newPosition)(Code) | | Use this panelView to describe the panel to move. Only component and name are used
to move the component in the newPosition
panelView.component is removed then inserted again in newPosition with label panelView.name
|
moveComponent | public void moveComponent(PanelView panelView, int newPosition, int mode)(Code) | | Use this panelView to describe the panel to move. Only component and name are used
to move the component in the newPosition
panelView.component is removed then inserted again in newPosition with label panelView.name
|
recreateAll | public void recreateAll()(Code) | | |
removePanel | public void removePanel(Component component)(Code) | | Add a component at position
|
setCompressed | public void setCompressed(boolean compressed)(Code) | | |
setOldWidth | public void setOldWidth(int oldWidth)(Code) | | |
setPanelViews | public void setPanelViews(Vector panelViews)(Code) | | |
setPosition | public void setPosition(int position)(Code) | | |
setPreferredDividerLocation | public void setPreferredDividerLocation(int preferredDividerLocation)(Code) | | |
setSelectedComponent | public void setSelectedComponent(Component component)(Code) | | |
|
|