public abstract class AbstractSeparator extends Object implements UIExtension
| Constructor and Description |
|---|
AbstractSeparator(String role)
Creates a new separator for the given extension point.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRole() |
boolean |
isEnabled(String feature) |
void |
setEnabled(String feature,
boolean enabled) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatures, getUIObjectpublic AbstractSeparator(String role)
role - the name of the extension point for which the new separator is created.public String getRole()
getRole in interface UIExtensionUIExtension.getRole()public boolean isEnabled(String feature)
isEnabled in interface UIExtensionUIExtension.isEnabled(String)public void setEnabled(String feature, boolean enabled)
setEnabled in interface UIExtensionUIExtension.setEnabled(String, boolean)Copyright © 2004–2015 XWiki. All rights reserved.