damageRange(JTextComponent, int, int, Position.Bias, Position.Bias)
JDK Doc(JAVA)Download this dictionary
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) *2
- Method in class javax.swing.plaf.basic.BasicTextUI 
public void damageRange (JTextComponent  t, int p0, int p1, Position.Bias  p0Bias, Position.Bias  p1Bias)
Causes the portion of the view responsible for the given part of the model to be repainted.Overrides: damageRange in class TextUI Parameters: p0 - the beginning of the range >= 0 - the end of the range >= p0p1 - the end of the range >= p0
 
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) *3
- Method in class javax.swing.plaf.multi.MultiTextUI 
public void damageRange (JTextComponent  t, int p0, int p1, Position.Bias  firstBias, Position.Bias  secondBias)
Causes the portion of the view responsible for the given part of the model to be repainted.Overrides: damageRange in class TextUI Parameters: p0 - the beginning of the range >= 0 - the end of the range >= p0p1 - the end of the range >= p0
 
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias)
- Method in class javax.swing.plaf.TextUI 
public abstract void damageRange (JTextComponent  t, int p0, int p1, Position.Bias  firstBias, Position.Bias  secondBias)
Causes the portion of the view responsible for the given part of the model to be repainted.Parameters: p0 - the beginning of the range >= 0 - the end of the range >= p0p1 - the end of the range >= p0