Class: MateExample::SetTwilight
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::SetTwilight
- 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.
228 229 230 |
# File 'lib/javamateview/example.rb', line 228 def window @window end |
Instance Method Details
#run ⇒ Object
230 231 232 |
# File 'lib/javamateview/example.rb', line 230 def run @window.mate_text.set_theme_by_name("Twilight") end |