mk.fsgrep.gui
Class CommonSizeSet

java.lang.Object
  extended by mk.fsgrep.gui.CommonSizeSet

public class CommonSizeSet
extends java.lang.Object

Ensures all the elements in the set are the same preferred size.

Author:
Murali Krishnan

Constructor Summary
CommonSizeSet()
           
 
Method Summary
 CommonSizeSet add(javax.swing.JComponent component)
           
 void equalize()
           
protected  java.util.Set<javax.swing.JComponent> getSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonSizeSet

public CommonSizeSet()
Method Detail

getSet

protected java.util.Set<javax.swing.JComponent> getSet()

add

public CommonSizeSet add(javax.swing.JComponent component)

equalize

public void equalize()


Copyright © 2009. All Rights Reserved.