Class: RPV::Swing::FrameView
- Inherits:
-
Frame
- Object
- Frame
- RPV::Swing::FrameView
- Includes:
- EventPublisher, OptionExtractor, EventHandlerMixin
- Defined in:
- lib/rpv/swing/frame_view.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ FrameView
constructor
A new instance of FrameView.
-
#setup_components(*args) ⇒ Object
Override this method and setup your components.
Methods included from EventHandlerMixin
Constructor Details
#initialize(*args) ⇒ FrameView
Returns a new instance of FrameView.
10 11 12 13 14 |
# File 'lib/rpv/swing/frame_view.rb', line 10 def initialize(*args) super() setup_components(*args) wire_events end |
Instance Method Details
#setup_components(*args) ⇒ Object
Override this method and setup your components. It gets passed the constructor’s *args.
18 19 20 |
# File 'lib/rpv/swing/frame_view.rb', line 18 def setup_components(*args) end |