org.openide.awt 7.31.1

org.openide.awt
Interface StatusDisplayer.Message

Enclosing class:
StatusDisplayer

public static interface StatusDisplayer.Message

Handle for 'important' status line messages. The message will be removed from status line when this object is garbage-collected.

Since:
7.5
See Also:
StatusDisplayer.setStatusText(String,int)

Method Summary
 void clear(int timeInMillis)
          Removes this message from status line after timeInMillis milliseconds.
 

Method Detail

clear

void clear(int timeInMillis)
Removes this message from status line after timeInMillis milliseconds. The StatusDisplayer fires a ChangeEvent when the message is cleared.

Parameters:
timeInMillis -

org.openide.awt 7.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.