Class SRXOptionsModel
- java.lang.Object
-
- javax.swing.DefaultButtonModel
-
- javax.swing.JToggleButton.ToggleButtonModel
-
- org.omegat.core.segmentation.datamodels.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
-
-
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 checkboxstatic javax.swing.ButtonModel
getIncludeIsolatedTagsModel(SRX srx)
a model for including isolated formatting tags at the end boundary of the segment checkboxstatic javax.swing.ButtonModel
getIncludeStartingTagsModel(SRX srx)
a model for including starting formatting tags at the end boundary of the segment checkboxstatic 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
-
-
-
-
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
-
-