com.depthexplorer.ui
Class Guide.ListItem

java.lang.Object
  extended by com.depthexplorer.ui.Guide.ListItem
Enclosing class:
Guide

 class Guide.ListItem
extends Object


Field Summary
(package private)  String title
           
(package private)  String url
           
 
Constructor Summary
Guide.ListItem(String title, String url)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

String title

url

String url
Constructor Detail

Guide.ListItem

public Guide.ListItem(String title,
                      String url)
Method Detail

toString

public String toString()
Overrides:
toString in class Object