Class: MINT::Button
- Inherits:
-
CIO
- Object
- Interactor
- CIO
- MINT::Button
- Defined in:
- lib/MINT-core/model/cui/gfx/button.rb
Constant Summary
Constants inherited from Interactor
Interactor::PUBLISH_ATTRIBUTES
Instance Method Summary collapse
Methods inherited from CIO
#calculateMinimumSize, #calculate_position, createCIOfromAIO, #down, #getAIO, getModel, #highlight_down, #highlight_left, #highlight_right, #highlight_up, #initialize_points, #left, #pos, #print, #right, #setFixedPositionConstraints, #setFixedSizeConstraints, #setMinimumSizeConstraints, #setTableElementConstraints, #size, #store_calculated_values_in_model, #up
Methods inherited from Interactor
class_from_channel_name, #create_attribute_channel_name, create_channel_name, #create_channel_w_name, get, getModel, get_dm, #init_statemachine, #is_in?, #new_states, notify, #process_event, #process_event!, #process_event_vars, #publish_update, #states, #states=, #sync_event, #sync_states, #to_dot, wait
Methods included from InteractorHelpers
#restart_timeout, #start_timeout, #stop_timeout
Instance Method Details
#getModel ⇒ Object
6 7 8 |
# File 'lib/MINT-core/model/cui/gfx/button.rb', line 6 def getModel "cui-gfx" end |
#getSCXML ⇒ Object
10 11 12 |
# File 'lib/MINT-core/model/cui/gfx/button.rb', line 10 def getSCXML "#{File.dirname(__FILE__)}/button.scxml" end |