//# 0 errors, 38 messages
//#
/*
    //#ReorderableJListCellRenderer.java:1:1: class: com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer
    //#ReorderableJListCellRenderer.java:1:1: method: com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init
 * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

package com.dmdirc.addons.ui_swing.components.renderers;

import com.dmdirc.addons.ui_swing.components.reorderablelist.ReorderableJList;

import java.awt.Component;

import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.JSeparator;
import javax.swing.ListCellRenderer;
import javax.swing.UIManager;

import net.miginfocom.swing.MigLayout;

/**
 * Renderer for the reorderable JList, procides visual clues to DnD.
 */
public class ReorderableJListCellRenderer implements ListCellRenderer {
    
    /**
     * A version number for this class. It should be changed whenever the class
     * structure is changed (or anything else that would prevent serialized
     * objects being unserialized with the new class).
     */
    private static final long serialVersionUID = 1;
    
    /** Parent list. */
    private final ReorderableJList parent;
    
    /**
     * Instantiates a new ReorderableJListCellRenderer.
     *
     * @param parent Parent list
     */
    public ReorderableJListCellRenderer(final ReorderableJList parent) {
        super();
    //#ReorderableJListCellRenderer.java:59: method: void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)
    //#input(void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)): parent
    //#input(void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)): this
    //#output(void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)): this.parent
    //#post(void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)): this.parent == parent
    //#post(void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)): init'ed(this.parent)
        
        this.parent = parent;
    }
    //#ReorderableJListCellRenderer.java:62: end of method: void com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer(ReorderableJList)
    
    /** {@inheritDoc} */
    @Override
    public Component getListCellRendererComponent(final JList list,
            final Object value, final int index, final boolean isSelected,
            final boolean cellHasFocus) {
        final JPanel panel = new JPanel();
    //#ReorderableJListCellRenderer.java:69: method: Component com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.getListCellRendererComponent(JList, Object, int, bool, bool)
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): isSelected
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent.belowTarget
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent.dropTargetCell
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): value
    //#input(Component getListCellRendererComponent(JList, Object, int, bool, bool)): value._tainted
    //#output(Component getListCellRendererComponent(JList, Object, int, bool, bool)): new JPanel(getListCellRendererComponent#1) num objects
    //#output(Component getListCellRendererComponent(JList, Object, int, bool, bool)): return_value
    //#new obj(Component getListCellRendererComponent(JList, Object, int, bool, bool)): new JPanel(getListCellRendererComponent#1)
    //#pre[3] (Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent != null
    //#pre[5] (Component getListCellRendererComponent(JList, Object, int, bool, bool)): init'ed(this.parent.dropTargetCell)
    //#pre[6] (Component getListCellRendererComponent(JList, Object, int, bool, bool)): value != null
    //#pre[4] (Component getListCellRendererComponent(JList, Object, int, bool, bool)): (soft) init'ed(this.parent.belowTarget)
    //#post(Component getListCellRendererComponent(JList, Object, int, bool, bool)): return_value == &new JPanel(getListCellRendererComponent#1)
    //#post(Component getListCellRendererComponent(JList, Object, int, bool, bool)): new JPanel(getListCellRendererComponent#1) num objects == 1
    //#test_vector(Component getListCellRendererComponent(JList, Object, int, bool, bool)): isSelected: {1}, {0}
    //#test_vector(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent.belowTarget: {0}, {1}
    //#test_vector(Component getListCellRendererComponent(JList, Object, int, bool, bool)): this.parent.dropTargetCell: Addr_Set{null}, Inverse{null}
    //#test_vector(Component getListCellRendererComponent(JList, Object, int, bool, bool)): value == this.parent.dropTargetCell: {0}, {1}
        panel.setLayout(new MigLayout("fill, ins 0"));
    //#ReorderableJListCellRenderer.java:70: Warning: method not available - call not analyzed
    //#    call on void net.miginfocom.swing.MigLayout(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer
    //#    method: Component getListCellRendererComponent(JList, Object, int, bool, bool)
    //#    unanalyzed callee: void net.miginfocom.swing.MigLayout(String)
        final boolean isTargetCell = value == parent.getTargetCell();
        
        final boolean showSelected = isSelected & (parent.getTargetCell() == null);
        
        panel.add(new JLabel(value.toString()), "dock center");
        
        if (showSelected) {
            panel.setForeground(UIManager.getColor("List.selectionForeground"));
            panel.setBackground(UIManager.getColor("List.selectionBackground"));
        } else {
            if (isSelected) {
                panel.setForeground(UIManager.getColor("List.selectionForeground"));
                panel.setBackground(UIManager.getColor("List.selectionBackground"));
            } else {
                panel.setForeground(UIManager.getColor("List.foreground"));
                panel.setBackground(UIManager.getColor("List.background"));
            }
        }
        
        
        if (isTargetCell) {
            if (parent.getBelowTarget()) {
                panel.add(new JSeparator(), "dock south");
            } else {
                panel.add(new JSeparator(), "dock north");
            }
        }
        
        return panel;
    //#ReorderableJListCellRenderer.java:99: end of method: Component com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.getListCellRendererComponent(JList, Object, int, bool, bool)
    }
}
    //#output(com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init): __Descendant_Table[com/dmdirc/addons/ui_swing/components/renderers/ReorderableJListCellRenderer]
    //#output(com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init): __Dispatch_Table.getListCellRendererComponent(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;
    //#post(com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init): __Descendant_Table[com/dmdirc/addons/ui_swing/components/renderers/ReorderableJListCellRenderer] == &__Dispatch_Table
    //#post(com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init): __Dispatch_Table.getListCellRendererComponent(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component; == &getListCellRendererComponent
    //#ReorderableJListCellRenderer.java:: end of method: com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer.com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer__static_init
    //#ReorderableJListCellRenderer.java:: end of class: com.dmdirc.addons.ui_swing.components.renderers.ReorderableJListCellRenderer
