shoes 4.0.0.pre1 → 4.0.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +84 -32
- data/Gemfile +22 -1
- data/README.md +28 -13
- data/Rakefile +7 -210
- data/bin/ruby-shoes +2 -2
- data/ext/install/shoes.bat +4 -1
- data/lib/shoes.rb +1 -121
- data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
- data/lib/shoes/{help.rb → ui/help.rb} +2 -2
- data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
- data/lib/shoes/version.rb +1 -1
- data/manifests/common.rb +34 -0
- data/manifests/shoes.rb +44 -0
- data/samples/Gemfile +3 -0
- data/samples/Gemfile.lock +35 -0
- data/samples/README +16 -5
- data/samples/boom.rb +239 -0
- data/samples/clicky.rb +24 -0
- data/samples/flow.rb +63 -0
- data/samples/gray.rb +11 -0
- data/samples/nks_booklist.rb +24 -0
- data/samples/nks_breadsticks.rb +7 -0
- data/samples/nks_dancing_circle.rb +13 -0
- data/samples/nks_dictionary.rb +23 -0
- data/samples/nks_edit_box.rb +4 -0
- data/samples/nks_edit_line.rb +6 -0
- data/samples/nks_notes.rb +16 -0
- data/samples/nks_self.rb +6 -0
- data/samples/nks_text_sizes.rb +10 -0
- data/samples/nks_trurl.rb +5 -0
- data/samples/packaging/package_me.rb +6 -0
- data/samples/present.rb +27 -0
- data/samples/progress.rb +10 -0
- data/samples/sample31.rb +1 -1
- data/samples/simple-calc.rb +1 -1
- data/samples/simple-tictactoe.rb +238 -0
- data/samples/simple-visibility.rb +11 -0
- data/samples/simple-widget.rb +9 -0
- data/samples/swt-raw.rb +20 -0
- data/samples/troll.rb +22 -0
- data/shoes.gemspec +10 -22
- data/snapshots/sample56.png +0 -0
- data/static/manual-en.txt +16 -7
- data/tasks/changelog.rb +92 -0
- data/tasks/gem.rb +38 -0
- data/tasks/rspec.rb +106 -0
- data/tasks/sample.rb +66 -0
- data/tasks/yard.rb +13 -0
- metadata +55 -488
- data/.gitignore +0 -53
- data/.rspec +0 -3
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.travis.yml +0 -31
- data/bin/shoes +0 -59
- data/bin/shoes.bat +0 -6
- data/fonts/Coolvetica.ttf +0 -0
- data/fonts/Lacuna.ttf +0 -0
- data/lib/ext/highlighter.rb +0 -2
- data/lib/ext/highlighter/common.rb +0 -197
- data/lib/ext/highlighter/lang/ruby.rb +0 -316
- data/lib/ext/highlighter/markup.rb +0 -222
- data/lib/rubygems_plugin.rb +0 -19
- data/lib/shoes/animation.rb +0 -55
- data/lib/shoes/app.rb +0 -320
- data/lib/shoes/arc.rb +0 -35
- data/lib/shoes/background.rb +0 -30
- data/lib/shoes/border.rb +0 -33
- data/lib/shoes/builtin_methods.rb +0 -73
- data/lib/shoes/button.rb +0 -32
- data/lib/shoes/check_button.rb +0 -43
- data/lib/shoes/color.rb +0 -375
- data/lib/shoes/common/background_element.rb +0 -9
- data/lib/shoes/common/changeable.rb +0 -34
- data/lib/shoes/common/clickable.rb +0 -17
- data/lib/shoes/common/common_methods.rb +0 -70
- data/lib/shoes/common/fill.rb +0 -21
- data/lib/shoes/common/registration.rb +0 -33
- data/lib/shoes/common/state.rb +0 -18
- data/lib/shoes/common/stroke.rb +0 -28
- data/lib/shoes/common/style.rb +0 -34
- data/lib/shoes/common/style_normalizer.rb +0 -16
- data/lib/shoes/configuration.rb +0 -96
- data/lib/shoes/dialog.rb +0 -27
- data/lib/shoes/dimension.rb +0 -237
- data/lib/shoes/dimensions.rb +0 -194
- data/lib/shoes/download.rb +0 -117
- data/lib/shoes/dsl.rb +0 -478
- data/lib/shoes/font.rb +0 -49
- data/lib/shoes/gradient.rb +0 -18
- data/lib/shoes/image.rb +0 -33
- data/lib/shoes/image_pattern.rb +0 -10
- data/lib/shoes/input_box.rb +0 -68
- data/lib/shoes/key_event.rb +0 -17
- data/lib/shoes/line.rb +0 -38
- data/lib/shoes/link.rb +0 -49
- data/lib/shoes/link_hover.rb +0 -5
- data/lib/shoes/list_box.rb +0 -44
- data/lib/shoes/logger.rb +0 -66
- data/lib/shoes/logger/ruby.rb +0 -18
- data/lib/shoes/mock.rb +0 -30
- data/lib/shoes/mock/animation.rb +0 -8
- data/lib/shoes/mock/app.rb +0 -44
- data/lib/shoes/mock/arc.rb +0 -8
- data/lib/shoes/mock/background.rb +0 -10
- data/lib/shoes/mock/border.rb +0 -7
- data/lib/shoes/mock/button.rb +0 -10
- data/lib/shoes/mock/check.rb +0 -24
- data/lib/shoes/mock/common_methods.rb +0 -11
- data/lib/shoes/mock/dialog.rb +0 -13
- data/lib/shoes/mock/download.rb +0 -18
- data/lib/shoes/mock/font.rb +0 -17
- data/lib/shoes/mock/image.rb +0 -12
- data/lib/shoes/mock/image_pattern.rb +0 -9
- data/lib/shoes/mock/input_box.rb +0 -23
- data/lib/shoes/mock/keypress.rb +0 -8
- data/lib/shoes/mock/keyrelease.rb +0 -8
- data/lib/shoes/mock/line.rb +0 -14
- data/lib/shoes/mock/link.rb +0 -11
- data/lib/shoes/mock/list_box.rb +0 -16
- data/lib/shoes/mock/oval.rb +0 -11
- data/lib/shoes/mock/progress.rb +0 -10
- data/lib/shoes/mock/radio.rb +0 -26
- data/lib/shoes/mock/rect.rb +0 -13
- data/lib/shoes/mock/shape.rb +0 -19
- data/lib/shoes/mock/slot.rb +0 -14
- data/lib/shoes/mock/sound.rb +0 -8
- data/lib/shoes/mock/star.rb +0 -13
- data/lib/shoes/mock/text_block.rb +0 -29
- data/lib/shoes/mock/timer.rb +0 -8
- data/lib/shoes/oval.rb +0 -28
- data/lib/shoes/point.rb +0 -43
- data/lib/shoes/progress.rb +0 -26
- data/lib/shoes/radio.rb +0 -15
- data/lib/shoes/rect.rb +0 -28
- data/lib/shoes/renamed_delegate.rb +0 -15
- data/lib/shoes/shape.rb +0 -175
- data/lib/shoes/slot.rb +0 -232
- data/lib/shoes/slot_contents.rb +0 -56
- data/lib/shoes/sound.rb +0 -16
- data/lib/shoes/span.rb +0 -16
- data/lib/shoes/star.rb +0 -49
- data/lib/shoes/swt.rb +0 -114
- data/lib/shoes/swt/animation.rb +0 -46
- data/lib/shoes/swt/app.rb +0 -300
- data/lib/shoes/swt/arc.rb +0 -70
- data/lib/shoes/swt/background.rb +0 -31
- data/lib/shoes/swt/border.rb +0 -37
- data/lib/shoes/swt/button.rb +0 -18
- data/lib/shoes/swt/check.rb +0 -14
- data/lib/shoes/swt/check_button.rb +0 -19
- data/lib/shoes/swt/color.rb +0 -45
- data/lib/shoes/swt/common/child.rb +0 -16
- data/lib/shoes/swt/common/clear.rb +0 -24
- data/lib/shoes/swt/common/clickable.rb +0 -62
- data/lib/shoes/swt/common/container.rb +0 -28
- data/lib/shoes/swt/common/fill.rb +0 -37
- data/lib/shoes/swt/common/painter.rb +0 -83
- data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
- data/lib/shoes/swt/common/resource.rb +0 -14
- data/lib/shoes/swt/common/selection_listener.rb +0 -14
- data/lib/shoes/swt/common/stroke.rb +0 -41
- data/lib/shoes/swt/common/toggle.rb +0 -13
- data/lib/shoes/swt/common/update_position.rb +0 -15
- data/lib/shoes/swt/dialog.rb +0 -89
- data/lib/shoes/swt/disposed_protection.rb +0 -23
- data/lib/shoes/swt/download.rb +0 -24
- data/lib/shoes/swt/fitted_text_layout.rb +0 -94
- data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
- data/lib/shoes/swt/font.rb +0 -32
- data/lib/shoes/swt/gradient.rb +0 -77
- data/lib/shoes/swt/image.rb +0 -130
- data/lib/shoes/swt/image_pattern.rb +0 -19
- data/lib/shoes/swt/input_box.rb +0 -73
- data/lib/shoes/swt/key_listener.rb +0 -145
- data/lib/shoes/swt/line.rb +0 -57
- data/lib/shoes/swt/link.rb +0 -37
- data/lib/shoes/swt/link_segment.rb +0 -108
- data/lib/shoes/swt/list_box.rb +0 -49
- data/lib/shoes/swt/mouse_move_listener.rb +0 -61
- data/lib/shoes/swt/oval.rb +0 -53
- data/lib/shoes/swt/progress.rb +0 -35
- data/lib/shoes/swt/radio.rb +0 -29
- data/lib/shoes/swt/radio_group.rb +0 -54
- data/lib/shoes/swt/rect.rb +0 -31
- data/lib/shoes/swt/rect_painter.rb +0 -23
- data/lib/shoes/swt/redrawing_aspect.rb +0 -122
- data/lib/shoes/swt/shape.rb +0 -101
- data/lib/shoes/swt/shoes_layout.rb +0 -43
- data/lib/shoes/swt/slot.rb +0 -25
- data/lib/shoes/swt/sound.rb +0 -119
- data/lib/shoes/swt/star.rb +0 -51
- data/lib/shoes/swt/swt_button.rb +0 -49
- data/lib/shoes/swt/text_block.rb +0 -133
- data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
- data/lib/shoes/swt/text_block_fitter.rb +0 -180
- data/lib/shoes/swt/text_block_painter.rb +0 -49
- data/lib/shoes/swt/text_font_factory.rb +0 -27
- data/lib/shoes/swt/text_style_factory.rb +0 -88
- data/lib/shoes/swt/timer.rb +0 -19
- data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
- data/lib/shoes/text.rb +0 -14
- data/lib/shoes/text_block.rb +0 -162
- data/lib/shoes/timer.rb +0 -10
- data/lib/shoes/url.rb +0 -47
- data/lib/shoes/widget.rb +0 -73
- data/lib/support/jl1.0.1.jar +0 -0
- data/lib/support/jogg-0.0.7.jar +0 -0
- data/lib/support/jorbis-0.0.15.jar +0 -0
- data/lib/support/log4j-1.2.16.jar +0 -0
- data/lib/support/mp3spi1.9.5.jar +0 -0
- data/lib/support/tritonus_share.jar +0 -0
- data/lib/support/vorbisspi1.0.3.jar +0 -0
- data/samples/good-clock-adjusted.rb +0 -49
- data/spec/async_helper.rb +0 -21
- data/spec/code_coverage.rb +0 -11
- data/spec/shoes/animation_spec.rb +0 -65
- data/spec/shoes/app_spec.rb +0 -411
- data/spec/shoes/arc_spec.rb +0 -53
- data/spec/shoes/background_spec.rb +0 -48
- data/spec/shoes/border_spec.rb +0 -43
- data/spec/shoes/builtin_methods_spec.rb +0 -84
- data/spec/shoes/button_spec.rb +0 -41
- data/spec/shoes/check_spec.rb +0 -31
- data/spec/shoes/cli_spec.rb +0 -16
- data/spec/shoes/color_spec.rb +0 -396
- data/spec/shoes/common/style_normalizer_spec.rb +0 -28
- data/spec/shoes/common/style_spec.rb +0 -58
- data/spec/shoes/configuration_spec.rb +0 -37
- data/spec/shoes/constants_spec.rb +0 -38
- data/spec/shoes/dialog_spec.rb +0 -163
- data/spec/shoes/dimension_spec.rb +0 -381
- data/spec/shoes/dimensions_spec.rb +0 -831
- data/spec/shoes/download_spec.rb +0 -133
- data/spec/shoes/flow_spec.rb +0 -92
- data/spec/shoes/font_spec.rb +0 -38
- data/spec/shoes/framework_learning_spec.rb +0 -30
- data/spec/shoes/helpers/fake_element.rb +0 -11
- data/spec/shoes/helpers/sample17_helper.rb +0 -66
- data/spec/shoes/image_spec.rb +0 -45
- data/spec/shoes/images/shoe.jpg +0 -0
- data/spec/shoes/input_box_spec.rb +0 -44
- data/spec/shoes/integration_spec.rb +0 -20
- data/spec/shoes/keypress_spec.rb +0 -11
- data/spec/shoes/keyrelease_spec.rb +0 -12
- data/spec/shoes/line_spec.rb +0 -47
- data/spec/shoes/link_spec.rb +0 -89
- data/spec/shoes/list_box_spec.rb +0 -63
- data/spec/shoes/logger/ruby_spec.rb +0 -9
- data/spec/shoes/logger_spec.rb +0 -45
- data/spec/shoes/oval_spec.rb +0 -20
- data/spec/shoes/point_spec.rb +0 -51
- data/spec/shoes/progress_spec.rb +0 -40
- data/spec/shoes/radio_spec.rb +0 -28
- data/spec/shoes/rect_spec.rb +0 -38
- data/spec/shoes/renamed_delegate_spec.rb +0 -70
- data/spec/shoes/shape_spec.rb +0 -54
- data/spec/shoes/shared_examples/button.rb +0 -6
- data/spec/shoes/shared_examples/changeable.rb +0 -26
- data/spec/shoes/shared_examples/clickable.rb +0 -5
- data/spec/shoes/shared_examples/common_methods.rb +0 -42
- data/spec/shoes/shared_examples/dimensions.rb +0 -32
- data/spec/shoes/shared_examples/dsl.rb +0 -42
- data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
- data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
- data/spec/shoes/shared_examples/dsl/background.rb +0 -26
- data/spec/shoes/shared_examples/dsl/border.rb +0 -10
- data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
- data/spec/shoes/shared_examples/dsl/check.rb +0 -11
- data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
- data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
- data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
- data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
- data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
- data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
- data/spec/shoes/shared_examples/dsl/image.rb +0 -21
- data/spec/shoes/shared_examples/dsl/line.rb +0 -9
- data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
- data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
- data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
- data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
- data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
- data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
- data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
- data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
- data/spec/shoes/shared_examples/dsl/star.rb +0 -48
- data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
- data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
- data/spec/shoes/shared_examples/dsl/style.rb +0 -32
- data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
- data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
- data/spec/shoes/shared_examples/hover_leave.rb +0 -11
- data/spec/shoes/shared_examples/parent.rb +0 -6
- data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
- data/spec/shoes/shared_examples/slot.rb +0 -272
- data/spec/shoes/shared_examples/state.rb +0 -19
- data/spec/shoes/shared_examples/style.rb +0 -24
- data/spec/shoes/slot_spec.rb +0 -60
- data/spec/shoes/sound_spec.rb +0 -15
- data/spec/shoes/span_spec.rb +0 -94
- data/spec/shoes/spec_helper.rb +0 -1
- data/spec/shoes/stack_spec.rb +0 -53
- data/spec/shoes/star_spec.rb +0 -30
- data/spec/shoes/text_block_spec.rb +0 -242
- data/spec/shoes/url_spec.rb +0 -66
- data/spec/shoes/widget_spec.rb +0 -34
- data/spec/shoes_spec.rb +0 -44
- data/spec/spec_helper.rb +0 -16
- data/spec/swt_shoes/animation_spec.rb +0 -86
- data/spec/swt_shoes/app_spec.rb +0 -75
- data/spec/swt_shoes/arc_spec.rb +0 -101
- data/spec/swt_shoes/background_spec.rb +0 -56
- data/spec/swt_shoes/border_spec.rb +0 -51
- data/spec/swt_shoes/button_spec.rb +0 -101
- data/spec/swt_shoes/check_spec.rb +0 -28
- data/spec/swt_shoes/color_spec.rb +0 -67
- data/spec/swt_shoes/common/painter_spec.rb +0 -29
- data/spec/swt_shoes/configuration_spec.rb +0 -12
- data/spec/swt_shoes/dialog_spec.rb +0 -106
- data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
- data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
- data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
- data/spec/swt_shoes/flow_spec.rb +0 -26
- data/spec/swt_shoes/font_spec.rb +0 -33
- data/spec/swt_shoes/gradient_spec.rb +0 -20
- data/spec/swt_shoes/image_pattern_spec.rb +0 -19
- data/spec/swt_shoes/image_spec.rb +0 -100
- data/spec/swt_shoes/input_box_spec.rb +0 -110
- data/spec/swt_shoes/integration_spec.rb +0 -18
- data/spec/swt_shoes/key_listener_spec.rb +0 -320
- data/spec/swt_shoes/line_spec.rb +0 -43
- data/spec/swt_shoes/link_segment_spec.rb +0 -103
- data/spec/swt_shoes/link_spec.rb +0 -59
- data/spec/swt_shoes/list_box_spec.rb +0 -51
- data/spec/swt_shoes/minimal.png +0 -0
- data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
- data/spec/swt_shoes/oval_spec.rb +0 -51
- data/spec/swt_shoes/progress_spec.rb +0 -44
- data/spec/swt_shoes/radio_group_spec.rb +0 -73
- data/spec/swt_shoes/radio_spec.rb +0 -56
- data/spec/swt_shoes/rect_painter_spec.rb +0 -45
- data/spec/swt_shoes/rect_spec.rb +0 -19
- data/spec/swt_shoes/shape_spec.rb +0 -81
- data/spec/swt_shoes/shared_examples/button.rb +0 -24
- data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
- data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
- data/spec/swt_shoes/shared_examples/movable.rb +0 -36
- data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
- data/spec/swt_shoes/shared_examples/painter.rb +0 -83
- data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
- data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
- data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
- data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
- data/spec/swt_shoes/sound.rb +0 -10
- data/spec/swt_shoes/spec_helper.rb +0 -31
- data/spec/swt_shoes/star_spec.rb +0 -47
- data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
- data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
- data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
- data/spec/swt_shoes/text_block_spec.rb +0 -183
data/lib/shoes/swt/line.rb
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Line
|
4
|
-
include Common::Stroke
|
5
|
-
include Common::Toggle
|
6
|
-
include Common::Clear
|
7
|
-
include Common::PainterUpdatesPosition
|
8
|
-
include ::Shoes::BackendDimensionsDelegations
|
9
|
-
|
10
|
-
attr_reader :dsl, :app
|
11
|
-
attr_reader :translated_point_a, :translated_point_b
|
12
|
-
attr_reader :transform
|
13
|
-
|
14
|
-
# @param [Shoes::Line] dsl The {Shoes::Line} implemented by this object
|
15
|
-
# @param [Shoes::Swt::App] app The {Swt::App} this object belongs to
|
16
|
-
# @param [Shoes::Point] point_a One endpoint of the line
|
17
|
-
# @param [Shoes::Point] point_b The other endpoint of the line
|
18
|
-
# @param [Hash] opts Options
|
19
|
-
def initialize(dsl, app, opts = {})
|
20
|
-
@dsl, @app = dsl, app
|
21
|
-
|
22
|
-
translate_according_to_enclosing_box
|
23
|
-
@painter = Painter.new(self)
|
24
|
-
@app.add_paint_listener(@painter)
|
25
|
-
end
|
26
|
-
|
27
|
-
def angle
|
28
|
-
@dsl.angle
|
29
|
-
end
|
30
|
-
|
31
|
-
def update_position
|
32
|
-
@transform.get_elements @transform_elements
|
33
|
-
@transform.set_elements @transform_elements[0], @transform_elements[1], @transform_elements[2], @transform_elements[3], dsl.element_left, dsl.element_top
|
34
|
-
end
|
35
|
-
|
36
|
-
private
|
37
|
-
def translate_according_to_enclosing_box
|
38
|
-
@translated_point_a = @dsl.point_a.to(-left, -top)
|
39
|
-
@translated_point_b = @dsl.point_b.to(-left, -top)
|
40
|
-
@transform = ::Swt::Transform.new(::Swt.display)
|
41
|
-
@transform_elements = Java::float[6].new
|
42
|
-
update_position
|
43
|
-
end
|
44
|
-
|
45
|
-
class Painter < Common::Painter
|
46
|
-
def draw(gc)
|
47
|
-
point_a, point_b = @obj.translated_point_a, @obj.translated_point_b
|
48
|
-
gc.draw_line(point_a.x, point_a.y, point_b.x, point_b.y)
|
49
|
-
end
|
50
|
-
|
51
|
-
# Don't do fill setup
|
52
|
-
def fill_setup(gc)
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
data/lib/shoes/swt/link.rb
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Link
|
4
|
-
include Common::Clickable
|
5
|
-
|
6
|
-
attr_reader :app, :link_segments, :dsl
|
7
|
-
|
8
|
-
def initialize(dsl, app, opts={})
|
9
|
-
@app = app
|
10
|
-
@link_segments = []
|
11
|
-
@dsl = dsl
|
12
|
-
|
13
|
-
# Important to capture a block that executes the DSL's current block,
|
14
|
-
# not just the block the DSL had when initializing, since a `click`
|
15
|
-
# call can change the block but won't update the clickable listener.
|
16
|
-
# See issue #639 for how we'd like to fix this in clickable.
|
17
|
-
clickable self, Proc.new { dsl.execute_link }
|
18
|
-
end
|
19
|
-
|
20
|
-
def clear
|
21
|
-
@link_segments.clear
|
22
|
-
remove_listener_for(self)
|
23
|
-
end
|
24
|
-
|
25
|
-
def create_links_in(layout_ranges)
|
26
|
-
@link_segments.clear
|
27
|
-
layout_ranges.each do |layout, range|
|
28
|
-
@link_segments << LinkSegment.new(layout, range)
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
def in_bounds?(x, y)
|
33
|
-
@link_segments.any? {|segment| segment.in_bounds?(x, y)}
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,108 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class LinkSegment
|
4
|
-
def initialize(fitted_layout, range)
|
5
|
-
@regions = []
|
6
|
-
@range = range
|
7
|
-
@fitted_layout = fitted_layout
|
8
|
-
|
9
|
-
add_regions_for_lines(lines_for_link)
|
10
|
-
offset_regions(fitted_layout.element_left, fitted_layout.element_top)
|
11
|
-
end
|
12
|
-
|
13
|
-
def add_regions_for_lines(lines)
|
14
|
-
first_line = lines.shift
|
15
|
-
last_line = lines.pop
|
16
|
-
|
17
|
-
if last_line.nil?
|
18
|
-
add_region_for_single_line(first_line)
|
19
|
-
else
|
20
|
-
add_regions_for_first_and_last_lines(first_line, last_line)
|
21
|
-
add_regions_for_remaining_lines(lines)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def lines_for_link
|
26
|
-
line_bounds.select do |bound|
|
27
|
-
line_in_bounds?(bound)
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
def line_bounds
|
32
|
-
(0..layout.line_count-1).map do |index|
|
33
|
-
layout.line_bounds(index)
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
def line_in_bounds?(bound)
|
38
|
-
bound.y >= start_position.y && bound.y <= end_position.y
|
39
|
-
end
|
40
|
-
|
41
|
-
def add_region_for_single_line(first_line)
|
42
|
-
add_region(start_position.x, start_position.y,
|
43
|
-
end_position.x, end_position.y + first_line.height)
|
44
|
-
end
|
45
|
-
|
46
|
-
def add_regions_for_first_and_last_lines(first_line, last_line)
|
47
|
-
add_region(start_position.x, start_position.y,
|
48
|
-
layout.width, start_position.y + first_line.height)
|
49
|
-
add_region(0, end_position.y,
|
50
|
-
end_position.x, end_position.y + last_line.height)
|
51
|
-
end
|
52
|
-
|
53
|
-
def add_regions_for_remaining_lines(lines)
|
54
|
-
lines.each do |line|
|
55
|
-
add_region(line.x, line.y,
|
56
|
-
line.x + line.width, line.y + line.height)
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
def add_region(left, top, right, bottom)
|
61
|
-
@regions << Region.new(left, top, right, bottom)
|
62
|
-
end
|
63
|
-
|
64
|
-
def offset_regions(left, top)
|
65
|
-
@regions.each do |region|
|
66
|
-
region.offset_by!(left, top)
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
def in_bounds?(x, y)
|
71
|
-
@regions.any? {|region| region.in_bounds?(x, y)}
|
72
|
-
end
|
73
|
-
|
74
|
-
def start_position
|
75
|
-
@fitted_layout.get_location(@range.first, false)
|
76
|
-
end
|
77
|
-
|
78
|
-
def end_position
|
79
|
-
@fitted_layout.get_location(@range.last, true)
|
80
|
-
end
|
81
|
-
|
82
|
-
def layout
|
83
|
-
@fitted_layout.layout
|
84
|
-
end
|
85
|
-
|
86
|
-
class Region
|
87
|
-
def initialize(start_x, start_y, end_x, end_y)
|
88
|
-
@start_x = start_x
|
89
|
-
@start_y = start_y
|
90
|
-
@end_x = end_x
|
91
|
-
@end_y = end_y
|
92
|
-
end
|
93
|
-
|
94
|
-
def offset_by!(left, top)
|
95
|
-
@start_x += left
|
96
|
-
@end_x += left
|
97
|
-
|
98
|
-
@start_y += top
|
99
|
-
@end_y += top
|
100
|
-
end
|
101
|
-
|
102
|
-
def in_bounds?(x, y)
|
103
|
-
(@start_x..@end_x).include?(x) and (@start_y..@end_y).include?(y)
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
data/lib/shoes/swt/list_box.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class ListBox
|
4
|
-
include Common::Child
|
5
|
-
include Common::Clear
|
6
|
-
include Common::Toggle
|
7
|
-
include Common::UpdatePosition
|
8
|
-
include ::Shoes::BackendDimensionsDelegations
|
9
|
-
|
10
|
-
attr_reader :dsl, :parent
|
11
|
-
|
12
|
-
# Create a list box
|
13
|
-
#
|
14
|
-
# @param dsl [Shoes::List_box] The Shoes DSL list box this represents
|
15
|
-
# @param parent [::Swt::Widgets::Composite] The parent element of this button
|
16
|
-
def initialize(dsl, parent)
|
17
|
-
@dsl = dsl
|
18
|
-
@parent = parent
|
19
|
-
@real = ::Swt::Widgets::Combo.new(
|
20
|
-
@parent.real,
|
21
|
-
::Swt::SWT::DROP_DOWN | ::Swt::SWT::READ_ONLY
|
22
|
-
)
|
23
|
-
@real.set_size dsl.element_width, dsl.element_height
|
24
|
-
@real.add_selection_listener do |event|
|
25
|
-
@dsl.call_change_listeners
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
def update_items(values)
|
30
|
-
@real.items = values.map(&:to_s)
|
31
|
-
end
|
32
|
-
|
33
|
-
def text
|
34
|
-
text = @real.text
|
35
|
-
text == '' ? nil : text
|
36
|
-
end
|
37
|
-
|
38
|
-
def choose(item)
|
39
|
-
@real.text = item
|
40
|
-
end
|
41
|
-
|
42
|
-
def enabled(value)
|
43
|
-
@real.enable_widget value
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
|
@@ -1,61 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class MouseMoveListener
|
4
|
-
include ::Swt::Events::MouseMoveListener
|
5
|
-
|
6
|
-
def initialize app
|
7
|
-
@app = app
|
8
|
-
end
|
9
|
-
|
10
|
-
def mouse_move(mouse_event)
|
11
|
-
@app.dsl.mouse_pos = [mouse_event.x, mouse_event.y]
|
12
|
-
@app.dsl.mouse_motion.each{|blk| eval_move_block blk, mouse_event}
|
13
|
-
mouse_shape_control mouse_event
|
14
|
-
mouse_leave_control mouse_event
|
15
|
-
mouse_hover_control mouse_event
|
16
|
-
end
|
17
|
-
|
18
|
-
private
|
19
|
-
def eval_move_block(blk, event)
|
20
|
-
blk.call event.x, event.y
|
21
|
-
end
|
22
|
-
|
23
|
-
def mouse_shape_control(mouse_event)
|
24
|
-
cursor = if cursor_over_clickable_element? mouse_event
|
25
|
-
::Swt::SWT::CURSOR_HAND
|
26
|
-
else
|
27
|
-
::Swt::SWT::CURSOR_ARROW
|
28
|
-
end
|
29
|
-
@app.shell.setCursor Shoes.display.getSystemCursor(cursor)
|
30
|
-
end
|
31
|
-
|
32
|
-
def mouse_leave_control(mouse_event)
|
33
|
-
@app.dsl.mouse_hover_controls.each do |element|
|
34
|
-
if !mouse_on?(element, mouse_event) and element.hovered?
|
35
|
-
element.mouse_left
|
36
|
-
element.leave_proc.call element if element.leave_proc
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
def mouse_hover_control(mouse_event)
|
42
|
-
@app.dsl.mouse_hover_controls.each do |element|
|
43
|
-
if mouse_on?(element, mouse_event) and !element.hovered?
|
44
|
-
element.mouse_hovered
|
45
|
-
element.hover_proc.call element if element.hover_proc
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
def mouse_on?(element, mouse_event)
|
51
|
-
element.in_bounds? mouse_event.x, mouse_event.y
|
52
|
-
end
|
53
|
-
|
54
|
-
def cursor_over_clickable_element?(mouse_event)
|
55
|
-
@app.clickable_elements.any? do |element|
|
56
|
-
mouse_on? element, mouse_event
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
data/lib/shoes/swt/oval.rb
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Oval
|
4
|
-
include Common::Fill
|
5
|
-
include Common::Stroke
|
6
|
-
include Common::Clickable
|
7
|
-
include Common::PainterUpdatesPosition
|
8
|
-
include Common::Toggle
|
9
|
-
include Common::Clear
|
10
|
-
include ::Shoes::BackendDimensionsDelegations
|
11
|
-
|
12
|
-
attr_reader :dsl, :app, :transform, :painter, :container
|
13
|
-
|
14
|
-
|
15
|
-
# @param [Shoes::Oval] dsl the dsl object to provide gui for
|
16
|
-
# @param [Shoes::Swt::App] app the app
|
17
|
-
# @param [Hash] opts options
|
18
|
-
def initialize(dsl, app, &blk)
|
19
|
-
@dsl = dsl
|
20
|
-
@app = app
|
21
|
-
@container = @app.real
|
22
|
-
|
23
|
-
@painter = Painter.new(self)
|
24
|
-
@app.add_paint_listener @painter
|
25
|
-
clickable blk if blk
|
26
|
-
end
|
27
|
-
|
28
|
-
def update_position
|
29
|
-
# No-op, since it has its own painter
|
30
|
-
end
|
31
|
-
|
32
|
-
class Painter < Common::Painter
|
33
|
-
def clipping
|
34
|
-
clipping = ::Swt::Path.new(Shoes.display)
|
35
|
-
clipping.add_arc(@obj.element_left, @obj.element_top,
|
36
|
-
@obj.element_width, @obj.element_height, 0, 360)
|
37
|
-
clipping
|
38
|
-
end
|
39
|
-
|
40
|
-
def fill(graphics_context)
|
41
|
-
graphics_context.fill_oval(@obj.element_left, @obj.element_top,
|
42
|
-
@obj.element_width, @obj.element_height)
|
43
|
-
end
|
44
|
-
|
45
|
-
def draw(graphics_context)
|
46
|
-
sw = graphics_context.get_line_width
|
47
|
-
graphics_context.draw_oval(@obj.element_left+sw/2, @obj.element_top+sw/2,
|
48
|
-
@obj.element_width-sw, @obj.element_height-sw)
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
data/lib/shoes/swt/progress.rb
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Progress
|
4
|
-
include Common::Child
|
5
|
-
include Common::Clear
|
6
|
-
include Common::Toggle
|
7
|
-
include Common::UpdatePosition
|
8
|
-
include ::Shoes::BackendDimensionsDelegations
|
9
|
-
|
10
|
-
attr_reader :parent, :real, :dsl
|
11
|
-
|
12
|
-
def initialize(dsl, parent)
|
13
|
-
@dsl = dsl
|
14
|
-
@parent = parent
|
15
|
-
|
16
|
-
@real = ::Swt::Widgets::ProgressBar.new(@parent.real,
|
17
|
-
::Swt::SWT::SMOOTH)
|
18
|
-
@real.minimum = 0
|
19
|
-
@real.maximum = 100
|
20
|
-
|
21
|
-
if @dsl.element_width and @dsl.element_height
|
22
|
-
@real.setSize dsl.element_width, dsl.element_height
|
23
|
-
else
|
24
|
-
@real.pack
|
25
|
-
@dsl.element_width = @real.size.x
|
26
|
-
@dsl.element_height = @real.size.y
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def fraction=(value)
|
31
|
-
@real.selection = (value*100).to_i unless @real.disposed?
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
data/lib/shoes/swt/radio.rb
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
# In Swt a radio button is actually just a
|
4
|
-
# button, so a lot of these methods are
|
5
|
-
# borrowed from button.rb
|
6
|
-
class Radio < CheckButton
|
7
|
-
attr_accessor :group
|
8
|
-
|
9
|
-
# Create a radio button
|
10
|
-
#
|
11
|
-
# @param [Shoes::Radio] dsl The Shoes DSL radio this represents
|
12
|
-
# @param [::Swt::Widgets::Composite] parent The parent element of this button
|
13
|
-
# @param [Proc] blk The block of code to call when this button is activated
|
14
|
-
def initialize(dsl, parent)
|
15
|
-
super(dsl, parent, ::Swt::SWT::RADIO)
|
16
|
-
self.group = dsl.group
|
17
|
-
end
|
18
|
-
|
19
|
-
def group=(value)
|
20
|
-
group_lookup = RadioGroup.group_lookup
|
21
|
-
group_lookup[@group].remove(self) unless @group.nil?
|
22
|
-
@group = value || RadioGroup::DEFAULT_RADIO_GROUP
|
23
|
-
group_lookup[@group].add self
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
|
@@ -1,54 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
# In Swt radio groups are managed by composites which occupy space
|
4
|
-
# and can interfere with users interacting with other controls. Here
|
5
|
-
# we simulate radio groups so that they can all be in one composite.
|
6
|
-
class RadioGroup
|
7
|
-
extend Forwardable
|
8
|
-
include Enumerable
|
9
|
-
|
10
|
-
DEFAULT_RADIO_GROUP = "Default Radio Group"
|
11
|
-
|
12
|
-
@group_lookup = Hash.new { |h, k| h[k] = RadioGroup.new(k) }
|
13
|
-
|
14
|
-
attr_reader :name
|
15
|
-
def_delegators :@radio_buttons, :each, :length, :empty?
|
16
|
-
|
17
|
-
def initialize(name = DEFAULT_RADIO_GROUP)
|
18
|
-
@name = name
|
19
|
-
@radio_buttons = []
|
20
|
-
@selection_listeners = []
|
21
|
-
end
|
22
|
-
|
23
|
-
def add(radio_button)
|
24
|
-
return if @radio_buttons.include?(radio_button)
|
25
|
-
@radio_buttons << radio_button
|
26
|
-
|
27
|
-
selection_listener = SelectionListener.new radio_button do |selected_radio, event|
|
28
|
-
select_only_one_radio_in_group(selected_radio)
|
29
|
-
end
|
30
|
-
@selection_listeners << selection_listener
|
31
|
-
radio_button.real.add_selection_listener selection_listener
|
32
|
-
end
|
33
|
-
|
34
|
-
def remove(radio_button)
|
35
|
-
index = @radio_buttons.index(radio_button)
|
36
|
-
return if index.nil?
|
37
|
-
@radio_buttons.delete_at(index)
|
38
|
-
|
39
|
-
radio_button.real.remove_selection_listener @selection_listeners[index]
|
40
|
-
@selection_listeners.delete_at(index)
|
41
|
-
end
|
42
|
-
|
43
|
-
def self.group_lookup
|
44
|
-
@group_lookup
|
45
|
-
end
|
46
|
-
|
47
|
-
def select_only_one_radio_in_group(selected_radio)
|
48
|
-
@radio_buttons.each do |radio|
|
49
|
-
radio.real.set_selection(radio == selected_radio)
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|