edu.iastate.metnet.metaomgraph
Class MetaOmTips.MetaOmShowTipsChoice

java.lang.Object
  extended by edu.iastate.metnet.metaomgraph.MetaOmTips.MetaOmShowTipsChoice
All Implemented Interfaces:
com.l2fprod.common.swing.JTipOfTheDay.ShowOnStartupChoice, java.io.Serializable
Enclosing class:
MetaOmTips

public static class MetaOmTips.MetaOmShowTipsChoice
extends java.lang.Object
implements com.l2fprod.common.swing.JTipOfTheDay.ShowOnStartupChoice, java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  boolean show
           
 
Constructor Summary
MetaOmTips.MetaOmShowTipsChoice()
           
 
Method Summary
 boolean isShowingOnStartup()
           
 void setShowingOnStartup(boolean showOnStartup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

show

boolean show
Constructor Detail

MetaOmTips.MetaOmShowTipsChoice

public MetaOmTips.MetaOmShowTipsChoice()
Method Detail

isShowingOnStartup

public boolean isShowingOnStartup()
Specified by:
isShowingOnStartup in interface com.l2fprod.common.swing.JTipOfTheDay.ShowOnStartupChoice

setShowingOnStartup

public void setShowingOnStartup(boolean showOnStartup)
Specified by:
setShowingOnStartup in interface com.l2fprod.common.swing.JTipOfTheDay.ShowOnStartupChoice