edu.isi.powerloom.gui.components
Class PreferencesResult

java.lang.Object
  |
  +--edu.isi.powerloom.gui.components.PreferencesResult

public class PreferencesResult
extends java.lang.Object

Structure for holding data association with preferences dialog.

Since:
4/29/2002 7:04:49 AM
Author:
Eric Melz
See Also:
PreferencesDialog

Constructor Summary
PreferencesResult()
          PreferencesResult constructor comment.
 
Method Summary
 boolean isBrowseOnStartup()
          Insert the method's description here.
 boolean isSavePreferences()
          Insert the method's description here.
 void setBrowseOnStartup(boolean newBrowseOnStartup)
          Insert the method's description here.
 void setSavePreferences(boolean newSavePreferences)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesResult

public PreferencesResult()
PreferencesResult constructor comment.

Method Detail

isBrowseOnStartup

public boolean isBrowseOnStartup()
Insert the method's description here. Creation date: (4/29/2002 7:05:26 AM)

Returns:
boolean

isSavePreferences

public boolean isSavePreferences()
Insert the method's description here. Creation date: (4/29/2002 7:05:48 AM)

Returns:
boolean

setBrowseOnStartup

public void setBrowseOnStartup(boolean newBrowseOnStartup)
Insert the method's description here. Creation date: (4/29/2002 7:05:26 AM)

Parameters:
newBrowseOnStartup - boolean

setSavePreferences

public void setSavePreferences(boolean newSavePreferences)
Insert the method's description here. Creation date: (4/29/2002 7:05:48 AM)

Parameters:
newSavePreferences - boolean


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.