HEADER

ru.biosoft.gui
Class RepaintManager

java.lang.Object
  |
  +--javax.swing.RepaintManager
        |
        +--ru.biosoft.gui.RepaintManager

public class RepaintManager
extends RepaintManager


Method Summary
 voidpaintDirtyRegions()
           
 voidvalidateInvalidComponents()
           

Methods inherited from class javax.swing.RepaintManager
currentManager, currentManager, setCurrentManager, addInvalidComponent, removeInvalidComponent, addDirtyRegion, getDirtyRegion, markCompletelyDirty, markCompletelyClean, isCompletelyDirty, toString, getOffscreenBuffer, setDoubleBufferMaximumSize, getDoubleBufferMaximumSize, setDoubleBufferingEnabled, isDoubleBufferingEnabled

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Method Detail

paintDirtyRegions

public void paintDirtyRegions()

validateInvalidComponents

public void validateInvalidComponents()

FOOTER

BOTTOM