| java.lang.Object org.eclipse.ui.internal.tweaklets.TabBehaviour
All known Subclasses: org.eclipse.ui.internal.tweaklets.TabBehaviourMRU,
TabBehaviour | abstract public class TabBehaviour (Code) | | since: 3.3 |
Field Summary | |
public static TweakKey | KEY |
KEY | public static TweakKey KEY(Code) | | |
alwaysShowPinAction | abstract public boolean alwaysShowPinAction()(Code) | | |
autoPinOnDirty | public boolean autoPinOnDirty()(Code) | | |
enableMRUTabVisibility | public boolean enableMRUTabVisibility()(Code) | | |
getEditorReuseThreshold | public int getEditorReuseThreshold()(Code) | | |
getReuseEditorMatchFlags | public int getReuseEditorMatchFlags(int originalMatchFlags)(Code) | | Parameters: originalMatchFlags - |
isPerTabHistoryEnabled | public boolean isPerTabHistoryEnabled()(Code) | | |
setPreferenceVisibility | public void setPreferenceVisibility(Composite editorReuseGroup, Button showMultipleEditorTabs)(Code) | | Does nothing by default. Can be overridden by subclasses.
Parameters: editorReuseGroup - Parameters: showMultipleEditorTabs - |
|
|