JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.gui.event.SheetListener

Packages that use SheetListener
org.jhotdraw.gui Contains general purpose graphical user interface (GUI) classes. 
 

Uses of SheetListener in org.jhotdraw.gui
 

Methods in org.jhotdraw.gui with parameters of type SheetListener
 void JSheet.addSheetListener(SheetListener l)
          Adds a sheet listener.
 void JSheet.removeSheetListener(SheetListener l)
          Removes a sheet listener.
static void JSheet.showConfirmSheet(java.awt.Component parentComponent, java.lang.Object message, int optionType, int messageType, javax.swing.Icon icon, SheetListener listener)
          Brings up a sheet with a specified icon, where the number of choices is determined by the optionType parameter.
static void JSheet.showConfirmSheet(java.awt.Component parentComponent, java.lang.Object message, int optionType, int messageType, SheetListener listener)
          Brings up a sheet where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
static void JSheet.showConfirmSheet(java.awt.Component parentComponent, java.lang.Object message, int optionType, SheetListener listener)
          Brings up a sheet where the number of choices is determined by the optionType parameter.
static void JSheet.showConfirmSheet(java.awt.Component parentComponent, java.lang.Object message, SheetListener listener)
          Brings up a sheet with the options Yes, No and Cancel.
static void JSheet.showInputSheet(java.awt.Component parentComponent, java.lang.Object message, int messageType, javax.swing.Icon icon, java.lang.Object[] selectionValues, java.lang.Object initialSelectionValue, SheetListener listener)
          Prompts the user for input in a sheet where the initial selection, possible selections, and all other options can be specified.
static void JSheet.showInputSheet(java.awt.Component parentComponent, java.lang.Object message, int messageType, SheetListener listener)
          Shows a sheet requesting input from the user parented to parentComponent and message type messageType.
static void JSheet.showInputSheet(java.awt.Component parentComponent, java.lang.Object message, java.lang.Object initialSelectionValue, SheetListener listener)
          Shows a question-message sheet requesting input from the user and parented to parentComponent.
static void JSheet.showInputSheet(java.awt.Component parentComponent, java.lang.Object message, SheetListener listener)
          Shows a question-message sheet requesting input from the user parented to parentComponent.
static void JSheet.showMessageSheet(java.awt.Component parentComponent, java.lang.Object message, int messageType, javax.swing.Icon icon, SheetListener listener)
          Brings up a sheet displaying a message, specifying all parameters.
static void JSheet.showMessageSheet(java.awt.Component parentComponent, java.lang.Object message, int messageType, SheetListener listener)
          Brings up a sheet that displays a message using a default icon determined by the messageType parameter.
static void JSheet.showMessageSheet(java.awt.Component parentComponent, java.lang.Object message, SheetListener listener)
          Brings up an information-message sheet.
static void JSheet.showOpenSheet(javax.swing.JFileChooser chooser, java.awt.Component parent, SheetListener listener)
          Displays an "Open File" file chooser sheet.
static void JSheet.showOptionSheet(java.awt.Component parentComponent, java.lang.Object message, int optionType, int messageType, javax.swing.Icon icon, java.lang.Object[] options, java.lang.Object initialValue, SheetListener listener)
          Brings up a sheet with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
static void JSheet.showSaveSheet(javax.swing.JFileChooser chooser, java.awt.Component parent, SheetListener listener)
          Displays a "Save File" file chooser sheet.
static void JSheet.showSheet(javax.swing.JFileChooser chooser, java.awt.Component parent, java.lang.String approveButtonText, SheetListener listener)
          Displays a custom file chooser sheet with a custom approve button.
static void JSheet.showSheet(javax.swing.JOptionPane pane, java.awt.Component parentComponent, SheetListener listener)
          Displays an option pane as a sheet on its parent window.
 


Copyright 1996-2006 © JHotDraw.org