gnu.jbrowser
Class Options
java.lang.Object
gnu.jbrowser.Options
public class Options
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Options
public Options()
getListener
public javax.swing.event.ChangeListener getListener()
load
public void load(PropertyAccessor props)
- The method that sets the option object's state to reflect the values
specified by the passed PropertyAccessor.
save
public void save(PropertyAccessor props)
- The method that sets the passed PropertyAccessor's state to reflect
the current state of this Options object.
getShowStatusBar
public final boolean getShowStatusBar()
setShowStatusBar
public final void setShowStatusBar(boolean flag)
getFilterOptions
public final Options.Filter getFilterOptions()
getDisplayOptions
public final Options.Display getDisplayOptions()
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener listener)
- This is the method that is called in order to associate the JBrowse
session's ChangeListener with this Option object.
toString
public final java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.