Package: test Diagram Back to overview

CustomComboBoxDemo class
Inherits from: JPanel
Attributes
Name Type Visibility
images ImageIcon[]   public
petStrings String[]   public
Operations
Name Parameters Returns Visibility
createAndShowGUI     private
createImageIcon
String path
 
ImageIcon   protected
CustomComboBoxDemo     public
main
String[] args
 
  public


CustomComboBoxDemo.ComboBoxRenderer class
Inherits from: JLabel
Implements: ListCellRenderer
Attributes
Name Type Visibility
uhOhFont Font   private
Operations
Name Parameters Returns Visibility
setUhOhText
String uhOhText
Font normalFont
 
  protected
ComboBoxRenderer     public
getListCellRendererComponent
JList list
Object value
int index
boolean isSelected
boolean cellHasFocus
 
Component   public


PhotoLoader class
Inherits from: JPanel
Attributes
Name Type Visibility
serialVersionUID long   private
myListModel DefaultListModel   private
pic Picture   private
img ImageIcon   private
scaled ImageIcon   private
jScrollPane JScrollPane   private
jPhotoList JList   private
jLoadButton JButton   private
jPictureIconLabel JLabel   private
jPropertyLabel JLabel   private
Operations
Name Parameters Returns Visibility
initialize     private
getJScrollPane   JScrollPane   private
getJPhotoList   JList   private
getJLoadButton   JButton   private
loadButtonClicked
ActionEvent e
 
  private
pictureIconClicked
MouseEvent e
 
  private
getPhotoListModel   ListModel   private
PhotoLoader     public


PictureDB class
Attributes
Name Type Visibility
dbURL String   private
tableName String   private
conn Connection   private
stmt Statement   private
Operations
Name Parameters Returns Visibility
createConnection     private
insertPictures
int id
String restName
String cityName
 
  private
selectRestaurants     private
shutdown     private
main
String[] args
 
  public


PicturePropertyDialog class
Inherits from: JDialog
Attributes
Name Type Visibility
serialVersionUID long   private
jContentPane JPanel   private
jCancelButton JButton   private
jSetButton JButton   private
jDescriptionLabel JLabel   private
jDescriptionField JTextField   private
pic Picture   private
Operations
Name Parameters Returns Visibility
initialize     private
getJContentPane   JPanel   private
getJCancelButton   JButton   private
getJSetButton   JButton   private
getJDescriptionField   JTextField   private
CancelButtonClicked     private
SetButtonClicked     private
getUpdatedPicture   Picture   private
PicturePropertyDialog
Picture pic
 
  public


Test class
Inherits from: JFrame
Attributes
Name Type Visibility
serialVersionUID long   private
jContentPane JPanel   private
Operations
Name Parameters Returns Visibility
initialize     private
getJContentPane   JPanel   private
Test     public


TripTester class
Operations
Name Parameters Returns Visibility
main
String[] args
 
  public


TripTraceWindows class
Operations
Name Parameters Returns Visibility
main
String[] args
 
  public