com.jaxfront.swing.ui.layout
Class MultiTabActionIcon

java.lang.Object
  extended by com.jaxfront.swing.ui.layout.MultiTabActionIcon
All Implemented Interfaces:
javax.swing.Icon

public class MultiTabActionIcon
extends java.lang.Object
implements javax.swing.Icon

Author:
Herkules

Constructor Summary
MultiTabActionIcon()
          Creates a new instance of TabCloseIcon.
 
Method Summary
 void addAction(TabActionIcon actionIcon)
           
 int getIconHeight()
          just delegate
 int getIconWidth()
          just delegate
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 void removeAction(TabActionIcon actionIcon)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTabActionIcon

public MultiTabActionIcon()
Creates a new instance of TabCloseIcon.

Method Detail

getIconWidth

public int getIconWidth()
just delegate

Specified by:
getIconWidth in interface javax.swing.Icon

getIconHeight

public int getIconHeight()
just delegate

Specified by:
getIconHeight in interface javax.swing.Icon

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon

addAction

public void addAction(TabActionIcon actionIcon)

removeAction

public void removeAction(TabActionIcon actionIcon)