Class: JLDrill::ShowAboutContext::AboutView
- Inherits:
-
Context::View
- Object
- Context::View
- JLDrill::ShowAboutContext::AboutView
- Defined in:
- lib/jldrill/contexts/ShowAboutContext.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Context::View
Instance Method Summary collapse
-
#initialize(context, about) ⇒ AboutView
constructor
A new instance of AboutView.
-
#run ⇒ Object
Open the window and display the about information.
Methods inherited from Context::View
#addView, #getWidget, #removeView, #removingViewFrom, #viewAddedTo
Constructor Details
#initialize(context, about) ⇒ AboutView
Returns a new instance of AboutView.
17 18 19 20 |
# File 'lib/jldrill/contexts/ShowAboutContext.rb', line 17 def initialize(context, about) super(context) @about = about end |
Instance Method Details
#run ⇒ Object
Open the window and display the about information
23 24 25 |
# File 'lib/jldrill/contexts/ShowAboutContext.rb', line 23 def run # Please define in the concrete class end |