public class SheetEvent
extends java.util.EventObject
Constructor and Description |
---|
SheetEvent(JSheet source)
Creates a new instance.
|
SheetEvent(JSheet source,
javax.swing.JFileChooser fileChooser,
int option,
java.lang.Object value)
Creates a new instance.
|
SheetEvent(JSheet source,
javax.swing.JOptionPane optionPane,
int option,
java.lang.Object value,
java.lang.Object inputValue)
Creates a new instance.
|
SheetEvent(JSheet source,
URIChooser chooser,
int option,
java.lang.Object value)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
URIChooser |
getChooser()
Returns the URIChooser pane on the sheet.
|
javax.swing.JFileChooser |
getFileChooser()
Returns the JFileChooser pane on the sheet.
|
java.lang.Object |
getInputValue()
Returns the input value that the JOptionPane returned, if it wants input.
|
int |
getOption()
Returns the option that the JFileChooser or JOptionPane returned.
|
javax.swing.JOptionPane |
getOptionPane()
Returns the JOptionPane pane on the sheet.
|
java.lang.Object |
getPane()
Returns the pane on the sheet.
|
java.lang.Object |
getValue()
Returns the value that the JFileChooser or JOptionPane returned.
|
public SheetEvent(JSheet source)
public SheetEvent(JSheet source, javax.swing.JFileChooser fileChooser, int option, java.lang.Object value)
public SheetEvent(JSheet source, URIChooser chooser, int option, java.lang.Object value)
public SheetEvent(JSheet source, javax.swing.JOptionPane optionPane, int option, java.lang.Object value, java.lang.Object inputValue)
public java.lang.Object getPane()
public javax.swing.JFileChooser getFileChooser()
public URIChooser getChooser()
public javax.swing.JOptionPane getOptionPane()
public int getOption()
public java.lang.Object getValue()
public java.lang.Object getInputValue()