anl.aida.client.widget
Class MTaskPaneGroupUI.TaskPaneBorder

java.lang.Object
  extended by anl.aida.client.widget.MTaskPaneGroupUI.TaskPaneBorder
All Implemented Interfaces:
javax.swing.border.Border
Enclosing class:
MTaskPaneGroupUI

 class MTaskPaneGroupUI.TaskPaneBorder
extends java.lang.Object

The border of the taskpane group paints the "text", the "icon", the "expanded" status and the "special" type.


Constructor Summary
MTaskPaneGroupUI.TaskPaneBorder()
           
 
Method Summary
protected  void configureBox(com.l2fprod.common.swing.JTaskPaneGroup group)
           
protected  boolean isMouseOverBorder()
           
protected  void paintExpandedControls(com.l2fprod.common.swing.JTaskPaneGroup group, java.awt.Graphics g, int x, int y, int width, int height)
           
protected  void paintTitle(com.l2fprod.common.swing.JTaskPaneGroup group, java.awt.Graphics g, java.awt.Color textColor, int x, int y, int width, int height)
           
protected  void paintTitleBackground(com.l2fprod.common.swing.JTaskPaneGroup group, java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTaskPaneGroupUI.TaskPaneBorder

MTaskPaneGroupUI.TaskPaneBorder()
Method Detail

paintTitleBackground

protected void paintTitleBackground(com.l2fprod.common.swing.JTaskPaneGroup group,
                                    java.awt.Graphics g)

paintTitle

protected void paintTitle(com.l2fprod.common.swing.JTaskPaneGroup group,
                          java.awt.Graphics g,
                          java.awt.Color textColor,
                          int x,
                          int y,
                          int width,
                          int height)

configureBox

protected void configureBox(com.l2fprod.common.swing.JTaskPaneGroup group)

paintExpandedControls

protected void paintExpandedControls(com.l2fprod.common.swing.JTaskPaneGroup group,
                                     java.awt.Graphics g,
                                     int x,
                                     int y,
                                     int width,
                                     int height)

isMouseOverBorder

protected boolean isMouseOverBorder()