Class: MateExample::SetBlockSelection
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::SetBlockSelection
- 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.
196 197 198 |
# File 'lib/javamateview/example.rb', line 196 def window @window end |
Instance Method Details
#run ⇒ Object
198 199 200 |
# File 'lib/javamateview/example.rb', line 198 def run @window.mate_text..set_block_selection(true) end |