Class Navigation.NavigationEntry
- java.lang.Object
-
- com.tagtraum.beatunes.contextshop.Navigation.NavigationEntry
-
- Enclosing class:
- Navigation
public class Navigation.NavigationEntry extends Object
Atom0_3Entry.
-
-
Constructor Summary
Constructors Constructor Description NavigationEntry(AudioSong song)NavigationEntry(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Navigation.NavigationEntrygetNext()Navigation.NavigationEntrygetPrevious()ObjectgetValue()inthashCode()voidopenURL()Opens this entry in the context shop browser window.voidsetNext(Navigation.NavigationEntry next)StringtoString()
-
-
-
Method Detail
-
getNext
public Navigation.NavigationEntry getNext()
- Returns:
- next entry
-
setNext
public void setNext(Navigation.NavigationEntry next)
- Parameters:
next- next entry
-
getPrevious
public Navigation.NavigationEntry getPrevious()
- Returns:
- previous entry
-
openURL
public void openURL()
Opens this entry in the context shop browser window.
-
getValue
public Object getValue()
- Returns:
- song or URL, depending on what is set.
-
-