public class NavItemEditorSettings extends Object
Modifier and Type | Class and Description |
---|---|
class |
NavItemEditorSettings.Flags |
Constructor and Description |
---|
NavItemEditorSettings() |
public void setLiteralGroup(String literalGroup)
public void setLiteralPerspective(String literalPerspective)
public void setLiteralDivider(String literalDivider)
public String getLiteralGroup()
public String getLiteralPerspective()
public String getLiteralDivider()
public boolean isNewGroupEnabled()
public NavItemEditorSettings setNewGroupEnabled(boolean newGroupEnabled)
public boolean isNewGroupEnabled(NavItem navItem)
public NavItemEditorSettings.Flags setNewGroupEnabled(String navItemId, boolean enabled)
public boolean isNewPerspectiveEnabled()
public NavItemEditorSettings setNewPerspectiveEnabled(boolean newPerspectiveEnabled)
public boolean isNewPerspectiveEnabled(NavItem navItem)
public NavItemEditorSettings.Flags setNewPerspectiveEnabled(String navItemId, boolean enabled)
public boolean isNewDividerEnabled()
public NavItemEditorSettings setNewDividerEnabled(boolean newDividerEnabled)
public boolean isNewDividerEnabled(NavItem navItem)
public NavItemEditorSettings.Flags setNewDividerEnabled(String navItemId, boolean enabled)
public boolean onlyRuntimePerspectives(NavItem navItem)
public NavItemEditorSettings.Flags setOnlyRuntimePerspectives(String navItemId, boolean enabled)
public boolean isGotoPerspectiveEnabled()
public NavItemEditorSettings setGotoPerspectiveEnabled(boolean gotoPerspectiveEnabled)
public boolean isGotoPerspectiveEnabled(NavItem navItem)
public NavItemEditorSettings.Flags setGotoPerspectiveEnabled(String navItemId, boolean enabled)
public boolean isPerspectiveContextEnabled()
public NavItemEditorSettings setPerspectiveContextEnabled(boolean perspectiveContextEnabled)
public boolean isPerspectiveContextEnabled(NavItem navItem)
public NavItemEditorSettings.Flags setPerspectiveContextEnabled(String navItemId, boolean enabled)
public int getMaxLevels()
public NavItemEditorSettings setMaxLevels(String navItemId, int maxLevels)
public int getMaxLevels(String navItemId)
public NavItemEditorSettings setMaxLevels(int maxLevels)
public boolean isOnlyRuntimePerspectives()
public NavItemEditorSettings setOnlyRuntimePerspectives(boolean onlyRuntimePerspectives)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.