Class: Java::OrgEclipseSwtWidgets::Dialog

Inherits:
Object
  • Object
show all
Defined in:
lib/sweet/swt/dialog.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#appObject (readonly)

Returns the value of attribute app.



3
4
5
# File 'lib/sweet/swt/dialog.rb', line 3

def app
  @app
end

Instance Method Details

#sweeten(app, opts) ⇒ Object



5
6
7
# File 'lib/sweet/swt/dialog.rb', line 5

def sweeten(app, opts)
  @app = app
end