Class: MateExample::SetMacClassic

Inherits:
Jface::Action
  • Object
show all
Defined in:
lib/javamateview/example.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#windowObject

Returns the value of attribute window.



212
213
214
# File 'lib/javamateview/example.rb', line 212

def window
  @window
end

Instance Method Details

#runObject



214
215
216
# File 'lib/javamateview/example.rb', line 214

def run
  @window.mate_text.set_theme_by_name("Mac Classic")
end