Package com.cosylab.vdct.events.commands
Class RepaintCommand
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.RepaintCommand
-
public class RepaintCommand extends Command
Repaints the component in various ways. If "all" repaint is used, also revalidates all visible objects. Creation date: (21.12.2000 22:42:23)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description RepaintCommand(RepaintInterface component)
Insert the method's description here.RepaintCommand(RepaintInterface component, boolean all, boolean highlighted)
-
-
-
Constructor Detail
-
RepaintCommand
public RepaintCommand(RepaintInterface component)
Insert the method's description here. Creation date: (21.12.2000 22:43:26)- Parameters:
component
- javax.swing.JComponent
-
RepaintCommand
public RepaintCommand(RepaintInterface component, boolean all, boolean highlighted)
- Parameters:
component
- componentall
- allhighlighted
- highlighted
-
-