Groovy Documentation

groovy.aprint.tools
[Groovy] Class ChooseFileFrame

java.lang.Object
  groovy.aprint.tools.ChooseFileFrame

class ChooseFileFrame
extends java.lang.Object

Class for selecting a file, the action closure is launch after the file has been selected


Property Summary
java.lang.Object action

Callback with one parameter(the selected file) invoked when the file has been selected

java.lang.Object title

Window title

 
Method Summary
java.lang.Object show()

Display the frame

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

action

java.lang.Object action
Callback with one parameter(the selected file) invoked when the file has been selected


title

java.lang.Object title
Window title


 
Method Detail

show

java.lang.Object show()
Display the frame


 

Groovy Documentation