info.aduna.gee.spectacle.gee
Class NavigationState

java.lang.Object
  extended by info.aduna.gee.spectacle.gee.NavigationState

public class NavigationState
extends Object

NavigationState This could have been implemented by an inner class of NavigationSpecification.


Field Summary
protected  NavigationSpecification _navSpec
           
protected  Set _sharedLabels
           
protected  NavigationStep _step
           
 
Constructor Summary
NavigationState(NavigationStep step, Set sharedLabels, NavigationSpecification navSpec)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_step

protected NavigationStep _step

_sharedLabels

protected Set _sharedLabels

_navSpec

protected NavigationSpecification _navSpec
Constructor Detail

NavigationState

public NavigationState(NavigationStep step,
                       Set sharedLabels,
                       NavigationSpecification navSpec)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.