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 UIExtensionpublic boolean isEnabled(String feature)
isEnabled in interface UIExtensionpublic void setEnabled(String feature, boolean enabled)
setEnabled in interface UIExtensionCopyright © 2004–2016 XWiki. All rights reserved.