Class NavigationNodeBase
- java.lang.Object
-
- org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
-
- org.eclipse.rdf4j.common.webapp.navigation.NavigationNodeBase
-
- All Implemented Interfaces:
Cloneable
,NavigationNode
@Deprecated public abstract class NavigationNodeBase extends AbstractNavigationNode
Deprecated.since 4.0. UseAbstractNavigationNode
instead.- Author:
- Jeen Broekstra
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
i18n, icon, path, viewSuffix
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeBase(String id)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
copyCommonAttributes, equals, getDepth, getI18n, getI18nPrefix, getI18nSeparator, getI18nSuffix, getIcon, getIconPrefix, getIconSeparator, getIconSuffix, getId, getParent, getPath, getPathPrefix, getPathSeparator, getViewSuffix, hashCode, isEnabled, isHidden, isParent, setEnabled, setHidden, setI18n, setIcon, setParent, setPath, setViewSuffix
-
-
-
-
Constructor Detail
-
NavigationNodeBase
public NavigationNodeBase(String id)
Deprecated.
-
-