File
Doc
Category
Size
Date
Package
ShellIsMinimizedPredicate.java
API Doc
Azureus 3.0.3.4
1412
Thu Feb 09 19:43:10 GMT 2006
org.gudy.azureus2.ui.swt.predicate.shell
ShellIsMinimizedPredicate
java.lang.Object
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
boolean
evaluate
(
java.lang.Object
obj)
{@inheritDoc}
return ((Shell)obj).getMinimized();
Java Code Source