com.samskivert.swing.util
Interface SwingUtil.ComponentOp

Enclosing class:
SwingUtil

public static interface SwingUtil.ComponentOp

An operation that may be applied to a component.


Method Summary
 void apply(Component comp)
          Apply an operation to the given component.
 

Method Detail

apply

void apply(Component comp)
Apply an operation to the given component.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.