org.shiftone.memento.view.ui
Class TileAlbumUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byorg.shiftone.memento.view.ui.TileStandardUI
          extended byorg.shiftone.memento.view.ui.TileAlbumUI
All Implemented Interfaces:
java.awt.event.ContainerListener, java.util.EventListener, java.awt.event.KeyListener, javax.swing.event.ListSelectionListener, java.awt.event.MouseListener

public class TileAlbumUI
extends TileStandardUI


Field Summary
static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.shiftone.memento.view.ui.TileStandardUI
display
 
Constructor Summary
TileAlbumUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void mouseEvent(java.awt.event.MouseEvent e, javax.swing.JComponent component)
           
(package private)  void setSelected(javax.swing.JComponent component, boolean selected)
           
 
Methods inherited from class org.shiftone.memento.view.ui.TileStandardUI
addNextSelection, addPrevSelection, addSelection, addSelection, componentAdded, componentRemoved, delSelection, getPreferredSize, installUI, isSelected, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setSelection, setSelection, toggleSelection, uninstallUI, valueChanged
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

TileAlbumUI

public TileAlbumUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

setSelected

void setSelected(javax.swing.JComponent component,
                 boolean selected)
Specified by:
setSelected in class TileStandardUI

mouseEvent

protected void mouseEvent(java.awt.event.MouseEvent e,
                          javax.swing.JComponent component)
Overrides:
mouseEvent in class TileStandardUI