/[classpath]/classpath/javax/swing/tree/DefaultTreeCellRenderer.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/DefaultTreeCellRenderer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by langel, Mon Jul 18 22:57:30 2005 UTC revision 1.15 by trebligd, Fri Jul 22 08:11:12 2005 UTC
# Line 182  public class DefaultTreeCellRenderer Line 182  public class DefaultTreeCellRenderer
182          /**          /**
183           * setOpenIcon           * setOpenIcon
184           *           *
185           * @param value0 TODO           * @param i the icon.
186           */           */
187          public void setOpenIcon(Icon i)          public void setOpenIcon(Icon i)
188          {          {
# Line 202  public class DefaultTreeCellRenderer Line 202  public class DefaultTreeCellRenderer
202          /**          /**
203           * setClosedIcon           * setClosedIcon
204           *           *
205           * @param value0 TODO           * @param i the icon.
206           */           */
207          public void setClosedIcon(Icon i)          public void setClosedIcon(Icon i)
208          {          {
# Line 222  public class DefaultTreeCellRenderer Line 222  public class DefaultTreeCellRenderer
222          /**          /**
223           * setLeafIcon           * setLeafIcon
224           *           *
225           * @param value0 TODO           * @param i the icon.
226           */           */
227          public void setLeafIcon(Icon i)          public void setLeafIcon(Icon i)
228          {          {
# Line 242  public class DefaultTreeCellRenderer Line 242  public class DefaultTreeCellRenderer
242          /**          /**
243           * setTextSelectionColor           * setTextSelectionColor
244           *           *
245           * @param value0 TODO           * @param c the color.
246           */           */
247          public void setTextSelectionColor(Color c)          public void setTextSelectionColor(Color c)
248          {          {
# Line 262  public class DefaultTreeCellRenderer Line 262  public class DefaultTreeCellRenderer
262          /**          /**
263           * setTextNonSelectionColor           * setTextNonSelectionColor
264           *           *
265           * @param value0 TODO           * @param c the color.
266           */           */
267          public void setTextNonSelectionColor(Color c)          public void setTextNonSelectionColor(Color c)
268          {          {
# Line 282  public class DefaultTreeCellRenderer Line 282  public class DefaultTreeCellRenderer
282          /**          /**
283           * setBackgroundSelectionColor           * setBackgroundSelectionColor
284           *           *
285           * @param value0 TODO           * @param c the color.
286           */           */
287          public void setBackgroundSelectionColor(Color c)          public void setBackgroundSelectionColor(Color c)
288          {          {
# Line 302  public class DefaultTreeCellRenderer Line 302  public class DefaultTreeCellRenderer
302          /**          /**
303           * setBackgroundNonSelectionColor           * setBackgroundNonSelectionColor
304           *           *
305           * @param value0 TODO           * @param c the color.
306           */           */
307          public void setBackgroundNonSelectionColor(Color c)          public void setBackgroundNonSelectionColor(Color c)
308          {          {
# Line 322  public class DefaultTreeCellRenderer Line 322  public class DefaultTreeCellRenderer
322          /**          /**
323           * setBorderSelectionColor           * setBorderSelectionColor
324           *           *
325           * @param value0 TODO           * @param c the color.
326           */           */
327          public void setBorderSelectionColor(Color c)          public void setBorderSelectionColor(Color c)
328          {          {
# Line 342  public class DefaultTreeCellRenderer Line 342  public class DefaultTreeCellRenderer
342          /**          /**
343           * setFont           * setFont
344           *           *
345           * @param value0 TODO           * @param f the font.
346           */           */
347          public void setFont(Font f)          public void setFont(Font f)
348          {          {
# Line 354  public class DefaultTreeCellRenderer Line 354  public class DefaultTreeCellRenderer
354          /**          /**
355           * setBackground           * setBackground
356           *           *
357           * @param value0 TODO           * @param c the color.
358           */           */
359          public void setBackground(Color c)          public void setBackground(Color c)
360          {          {
# Line 366  public class DefaultTreeCellRenderer Line 366  public class DefaultTreeCellRenderer
366          /**          /**
367           * getTreeCellRendererComponent           * getTreeCellRendererComponent
368           *           *
369           * @param value0 TODO           * @param tree TODO
370           * @param value1 TODO           * @param val TODO
371           * @param value2 TODO           * @param selected TODO
372           * @param value3 TODO           * @param expanded TODO
373           * @param value4 TODO           * @param leaf TODO
374           * @param value5 TODO           * @param row TODO
375           * @param value6 TODO           * @param hasFocus TODO
376           * @returns Component           * @returns Component
377           */           */
378          public Component getTreeCellRendererComponent(JTree tree, Object val,          public Component getTreeCellRendererComponent(JTree tree, Object val,
# Line 422  public class DefaultTreeCellRenderer Line 422  public class DefaultTreeCellRenderer
422          /**          /**
423           * paint           * paint
424           *           *
425           * @param value0 TODO           * @param g the graphics device.
426           */           */
427          public void paint(Graphics g)          public void paint(Graphics g)
428          {          {
# Line 580  public class DefaultTreeCellRenderer Line 580  public class DefaultTreeCellRenderer
580          /**          /**
581           * firePropertyChange           * firePropertyChange
582           *           *
583           * @param value0 TODO           * @param name the property name.
584           * @param value1 TODO           * @param v1 the old value.
585           * @param value2 TODO           * @param v2 the new value.
586           */           */
587          public void firePropertyChange(String value0, boolean v1, boolean v2)          public void firePropertyChange(String name, boolean v1, boolean v2)
588          {          {
589                  //  Overridden for performance reasons.                  //  Overridden for performance reasons.
590          } // firePropertyChange()          } // firePropertyChange()

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26