public class SRXOptionsModel
extends javax.swing.JToggleButton.ToggleButtonModel
Modifier | Constructor and Description |
---|---|
protected |
SRXOptionsModel(SRX srx)
Creates a new instance of SRXOptionsModel
|
Modifier and Type | Method and 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
|
isSelected, setPressed, setSelected
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover
protected SRX srx
protected SRXOptionsModel(SRX srx)
public static javax.swing.ButtonModel getSegmentSubflowsModel(SRX srx)
public static javax.swing.ButtonModel getIncludeStartingTagsModel(SRX srx)
public static javax.swing.ButtonModel getIncludeEndingTagsModel(SRX srx)
public static javax.swing.ButtonModel getIncludeIsolatedTagsModel(SRX srx)