| java.lang.Object org.eclipse.ui.internal.presentations.util.PresentablePartFolder
disposed | protected void disposed()(Code) | | since: 3.1 |
getTab | public AbstractTabItem getTab(IPresentablePart part)(Code) | | Returns the tab for the given part, or null if there is no such tab
Parameters: part - the part being searched for the tab for the given part, or null if there is no such tab |
insert | public void insert(IPresentablePart part, int idx)(Code) | | Adds the given presentable part directly into this presentation at the
given index. Does nothing if a tab already exists for the given part.
This is intended to be called by TabOrder and its subclasses.
Parameters: part - part to add Parameters: idx - index to insert at |
isDisposed | public boolean isDisposed()(Code) | | |
layout | public void layout(boolean changed)(Code) | | |
move | public void move(IPresentablePart part, int newIndex)(Code) | | Moves the given part to the given index. When this method returns,
indexOf(part) will return newIndex.
Parameters: part - Parameters: newIndex - |
setBounds | public void setBounds(Rectangle bounds)(Code) | | |
setVisible | public void setVisible(boolean isVisible)(Code) | | |
size | public int size()(Code) | | Returns the number of parts in this folder
|
|
|