Class: JLDrill::RunCommandContext::CommandView

Inherits:
Context::View show all
Defined in:
lib/jldrill/contexts/RunCommandContext.rb

Direct Known Subclasses

Gtk::CommandView, Test::CommandView

Instance Attribute Summary

Attributes inherited from Context::View

#context

Instance Method Summary collapse

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

#updateObject

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