Class: Java::OrgEclipseSwtWidgets::Dialog
- Inherits:
-
Object
- Object
- Java::OrgEclipseSwtWidgets::Dialog
- Defined in:
- lib/sweet/swt/dialog.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Instance Method Summary collapse
Instance Attribute Details
#app ⇒ Object (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 |