cookxml.cookswing.helper
Class CursorHelper

java.lang.Object
  extended bycookxml.cookswing.helper.CursorHelper
All Implemented Interfaces:
Helper, NoAdd

public class CursorHelper
extends Object
implements Helper

Helper class for constructing a Cursor object.

Since:
CookSwing 1.0
See Also:
Cursor, CursorConverter

Field Summary
 Cursor type
           
 
Constructor Summary
CursorHelper()
           
 
Method Summary
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Cursor type
Constructor Detail

CursorHelper

public CursorHelper()
Method Detail

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper