net.sf.myjaut.ui
Class AbstractOptions

java.lang.Object
  extended by net.sf.myjaut.ui.AbstractOptions
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Options

public abstract class AbstractOptions
extends java.lang.Object
implements java.io.Serializable

So-called unchecked calls in this class are known to be safe.

See Also:
Serialized Form

Constructor Summary
AbstractOptions()
           
 
Method Summary
 boolean areToolTipsShown()
           
 java.util.Locale getLocale()
           
protected  java.awt.Point getLocation()
           
 boolean hasSound()
           
 boolean isSplashScreenShown()
           
 void setLocale(java.util.Locale locale)
           
 void setLocation(java.awt.Point location)
           
 void setSound(boolean sound)
           
 void setSplashScreenShown(boolean showSplashScreen)
           
 void setToolTipsShown(boolean showToolTips, AbstractController controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOptions

public AbstractOptions()
Method Detail

areToolTipsShown

public boolean areToolTipsShown()

setToolTipsShown

public void setToolTipsShown(boolean showToolTips,
                             AbstractController controller)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)

setLocation

public void setLocation(java.awt.Point location)

getLocation

protected java.awt.Point getLocation()

hasSound

public boolean hasSound()

setSound

public void setSound(boolean sound)

isSplashScreenShown

public boolean isSplashScreenShown()

setSplashScreenShown

public void setSplashScreenShown(boolean showSplashScreen)


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.