Class: MateExample::SetNotBlockSelection
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::SetNotBlockSelection
- Defined in:
- lib/javamateview/example.rb
Instance Attribute Summary collapse
-
#window ⇒ Object
Returns the value of attribute window.
Instance Method Summary collapse
Instance Attribute Details
#window ⇒ Object
Returns the value of attribute window.
204 205 206 |
# File 'lib/javamateview/example.rb', line 204 def window @window end |
Instance Method Details
#run ⇒ Object
206 207 208 |
# File 'lib/javamateview/example.rb', line 206 def run @window.mate_text..set_block_selection(false) end |