fable.gui.dialog
Class PropertiesDialogData

java.lang.Object
  extended by fable.gui.dialog.PropertiesDialogData

public class PropertiesDialogData
extends java.lang.Object

Return type of properties dialog box.

Author:
Wonsik Kim

Field Summary
 int cacheTime
          cache time of the target.
 int refreshRate
          refresh time of the target.
 java.lang.String title
          title of the target.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public final java.lang.String title
title of the target.


refreshRate

public final int refreshRate
refresh time of the target.


cacheTime

public final int cacheTime
cache time of the target.