JIDE 3.5.15

com.jidesoft.plaf
Class GanttChartUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jidesoft.plaf.GanttChartUI
Direct Known Subclasses:
BasicGanttChartUI

public abstract class GanttChartUI
extends ComponentUI


Constructor Summary
GanttChartUI()
           
 
Method Summary
abstract  Dimension getPreferredScrollableViewportSize(GanttChart<?,?> ganttChart)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttChartUI

public GanttChartUI()
Method Detail

getPreferredScrollableViewportSize

public abstract Dimension getPreferredScrollableViewportSize(GanttChart<?,?> ganttChart)

JIDE 3.5.15