Uses of Class
org.apache.pivot.wtk.Alert

Packages that use Alert
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Alert in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk with parameters of type Alert
 void AlertListener.bodyChanged(Alert alert, Component previousBody)
          Called when an alert's body has changed.
 void AlertListener.Adapter.bodyChanged(Alert alert, Component previousBody)
           
 void AlertListener.messageChanged(Alert alert, String previousMessage)
          Called when an alert's message has changed.
 void AlertListener.Adapter.messageChanged(Alert alert, String previousMessage)
           
 void AlertListener.messageTypeChanged(Alert alert, MessageType previousMessageType)
          Called when an alert's message type has changed.
 void AlertListener.Adapter.messageTypeChanged(Alert alert, MessageType previousMessageType)
           
 void AlertListener.optionInserted(Alert alert, int index)
          Called when an option has been inserted into an alert's option sequence.
 void AlertListener.Adapter.optionInserted(Alert alert, int index)
           
 void AlertListener.optionsRemoved(Alert alert, int index, org.apache.pivot.collections.Sequence<?> removed)
          Called when options have been removed from an alert's option sequence.
 void AlertListener.Adapter.optionsRemoved(Alert alert, int index, org.apache.pivot.collections.Sequence<?> removed)
           
 void AlertListener.selectedOptionChanged(Alert alert, int previousSelectedOption)
          Called when an alert's selected option has changed.
 void AlertListener.Adapter.selectedOptionChanged(Alert alert, int previousSelectedOption)