Class: Java::JavaxSwing::JSpinner

Inherits:
Object
  • Object
show all
Defined in:
lib/swing_paradise/jspinner/jspinner.rb

Instance Method Summary collapse

Instance Method Details

#text?Boolean

#

text?

#

Returns:

  • (Boolean)


6
7
8
# File 'lib/swing_paradise/jspinner/jspinner.rb', line 6

def text?
  getValue.to_s
end