org.shiftone.memento.view.ui
Class BrowsePanelUI

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

public class BrowsePanelUI
extends TilePhotoUI


Field Summary
static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.shiftone.memento.view.ui.TileStandardUI
display
 
Constructor Summary
BrowsePanelUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
(package private)  void showMenu(JTileDisplay display, TileComponent tileComponent, java.awt.Component component, int x, int y)
           
 
Methods inherited from class org.shiftone.memento.view.ui.TilePhotoUI
mouseEvent, setSelected
 
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

BrowsePanelUI

public BrowsePanelUI()
Method Detail

createUI

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

showMenu

void showMenu(JTileDisplay display,
              TileComponent tileComponent,
              java.awt.Component component,
              int x,
              int y)
Specified by:
showMenu in class TilePhotoUI