org.nakedobjects.plugins.dnd.viewer.lookup
Class DropDownAxis

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.lookup.DropDownAxis
All Implemented Interfaces:
ViewAxis
Direct Known Subclasses:
ObjectDropDownAxis, ValueDropDownAxis

public abstract class DropDownAxis
extends java.lang.Object
implements ViewAxis


Constructor Summary
DropDownAxis(View originalView)
           
 
Method Summary
 View getOriginalView()
           
abstract  void setSelection(OptionContent selectedContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownAxis

public DropDownAxis(View originalView)
Method Detail

getOriginalView

public View getOriginalView()

setSelection

public abstract void setSelection(OptionContent selectedContent)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.