Class SRXOptionsModel

  • All Implemented Interfaces:
    java.awt.ItemSelectable, java.io.Serializable, javax.swing.ButtonModel

    public class SRXOptionsModel
    extends javax.swing.JToggleButton.ToggleButtonModel
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.DefaultButtonModel

        ARMED, ENABLED, PRESSED, ROLLOVER, SELECTED
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.ButtonModel getIncludeEndingTagsModel​(SRX srx)
      a model for including ending formatting tags at the end boundary of the segment checkbox
      static javax.swing.ButtonModel getIncludeIsolatedTagsModel​(SRX srx)
      a model for including isolated formatting tags at the end boundary of the segment checkbox
      static javax.swing.ButtonModel getIncludeStartingTagsModel​(SRX srx)
      a model for including starting formatting tags at the end boundary of the segment checkbox
      static javax.swing.ButtonModel getSegmentSubflowsModel​(SRX srx)
      a model for segment subflows checkbox
      • Methods inherited from class javax.swing.JToggleButton.ToggleButtonModel

        isSelected, setPressed, setSelected
      • Methods inherited from class javax.swing.DefaultButtonModel

        addActionListener, addChangeListener, addItemListener, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSegmentSubflowsModel

        public static javax.swing.ButtonModel getSegmentSubflowsModel​(SRX srx)
        a model for segment subflows checkbox
      • getIncludeStartingTagsModel

        public static javax.swing.ButtonModel getIncludeStartingTagsModel​(SRX srx)
        a model for including starting formatting tags at the end boundary of the segment checkbox
      • getIncludeEndingTagsModel

        public static javax.swing.ButtonModel getIncludeEndingTagsModel​(SRX srx)
        a model for including ending formatting tags at the end boundary of the segment checkbox
      • getIncludeIsolatedTagsModel

        public static javax.swing.ButtonModel getIncludeIsolatedTagsModel​(SRX srx)
        a model for including isolated formatting tags at the end boundary of the segment checkbox