|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jhotdraw.gui.event.SheetEvent
public class SheetEvent
SheetEvent.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
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()
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |