Class SRXOptionsModel
java.lang.Object
javax.swing.DefaultButtonModel
javax.swing.JToggleButton.ToggleButtonModel
org.omegat.core.segmentation.datamodels.SRXOptionsModel
- All Implemented Interfaces:
ItemSelectable,Serializable,ButtonModel
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ButtonModela model for including ending formatting tags at the end boundary of the segment checkboxstatic ButtonModela model for including isolated formatting tags at the end boundary of the segment checkboxstatic ButtonModela model for including starting formatting tags at the end boundary of the segment checkboxstatic ButtonModela model for segment subflows checkboxMethods inherited from class javax.swing.JToggleButton.ToggleButtonModel
isSelected, setPressed, setSelectedMethods 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 Details
-
getSegmentSubflowsModel
a model for segment subflows checkbox -
getIncludeStartingTagsModel
a model for including starting formatting tags at the end boundary of the segment checkbox -
getIncludeEndingTagsModel
a model for including ending formatting tags at the end boundary of the segment checkbox -
getIncludeIsolatedTagsModel
a model for including isolated formatting tags at the end boundary of the segment checkbox
-