Home
last modified time | relevance | path

Searched refs:CLComponent (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java275 } else if (entry instanceof CLComponent) { in startEdit()
276 CLComponent comp = (CLComponent)entry; in startEdit()
697 if (values[c] instanceof CLComponent) in addItem()
698 ((CLComponent)values[c]).setCanvas(this, row, c); in addItem()
823 else if (labelRow[c] instanceof CLComponent) in delItems()
824 ((CLComponent)labelRow[c]).setCanvas(null, -1, -1); in delItems()
871 if (value instanceof CLComponent) in putItem()
872 ((CLComponent)value).setCanvas(this, row, column); in putItem()
1011 } else if (item instanceof CLComponent) { in labelWidth()
1012 Dimension s = ((CLComponent) item).size(); in labelWidth()
[all …]
H A DCLComponent.java39 public abstract class CLComponent { class
45 public CLComponent(String text) { in CLComponent() method in CLComponent
H A DMakefile33 CLASSES= CLCheckbox CLChoice CLComponent CLIconLabel \
H A DCLCheckbox.java76 public class CLCheckbox extends CLComponent
H A DCLIconLabel.java40 public class CLIconLabel extends CLComponent