FileDocCategorySizeDatePackage
ShellIsMinimizedPredicate.javaAPI DocAzureus 3.0.3.41412Thu Feb 09 19:43:10 GMT 2006org.gudy.azureus2.ui.swt.predicate.shell

ShellIsMinimizedPredicate

public final class ShellIsMinimizedPredicate extends Object implements org.gudy.azureus2.core3.predicate.Predicable
ShellIsMinimizedPredicate evaluates a shell and returns true if the shell is minimized
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanevaluate(java.lang.Object obj)
{@inheritDoc}

        return ((Shell)obj).getMinimized();