Searched defs:comptable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java384 * The Keys in <code>comptable</code> are the components and the
390 protected Hashtable<Component,GridBagConstraints> comptable; field in class:GridBagLayout
489 comptable = new Hashtable<Component,GridBagConstraints>();
499 comptable.put(comp, (GridBagConstraints)constraints.clone());
511 GridBagConstraints constraints = comptable.get(comp);
514 constraints = comptable.get(comp);
533 GridBagConstraints constraints = comptable.get(comp);
536 constraints = comptable.get(comp);
546 comptable.remove(comp);

Completed in 153 milliseconds