Package org.dashbuilder.navigation.impl
Class NavDividerImpl
- java.lang.Object
-
- org.dashbuilder.navigation.impl.NavItemImpl
-
- org.dashbuilder.navigation.impl.NavDividerImpl
-
- All Implemented Interfaces:
NavDivider,NavItem
@Portable public class NavDividerImpl extends NavItemImpl implements NavDivider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.dashbuilder.navigation.NavItem
NavItem.Type
-
-
Constructor Summary
Constructors Constructor Description NavDividerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(NavItemVisitor visitor)Entry point for visitor interfacesNavItemcloneItem()Creates a brand new copy of this itemStringtoString()-
Methods inherited from class org.dashbuilder.navigation.impl.NavItemImpl
equals, getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParent, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.navigation.NavItem
getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParent
-
-
-
-
Method Detail
-
accept
public void accept(NavItemVisitor visitor)
Description copied from interface:NavItemEntry point for visitor interfaces- Specified by:
acceptin interfaceNavItem- Overrides:
acceptin classNavItemImpl
-
cloneItem
public NavItem cloneItem()
Description copied from interface:NavItemCreates a brand new copy of this item- Specified by:
cloneItemin interfaceNavItem- Overrides:
cloneItemin classNavItemImpl
-
toString
public String toString()
- Overrides:
toStringin classNavItemImpl
-
-