Class: JLDrill::RunCommandContext::CommandView
- Inherits:
-
Context::View
- Object
- Context::View
- JLDrill::RunCommandContext::CommandView
- Defined in:
- lib/jldrill/contexts/RunCommandContext.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Context::View
Instance Method Summary collapse
-
#initialize(context) ⇒ CommandView
constructor
A new instance of CommandView.
-
#update ⇒ Object
Reread the options and update the toolbar appearance.
Methods inherited from Context::View
#addView, #getWidget, #removeView, #removingViewFrom, #viewAddedTo
Constructor Details
#initialize(context) ⇒ CommandView
15 16 17 |
# File 'lib/jldrill/contexts/RunCommandContext.rb', line 15 def initialize(context) super(context) end |
Instance Method Details
#update ⇒ Object
Reread the options and update the toolbar appearance
20 21 22 |
# File 'lib/jldrill/contexts/RunCommandContext.rb', line 20 def update # Please define in the concrete class end |