JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class MessageWrapper

java.lang.Object
  |
  +--com.klg.jclass.util.swing.MessageWrapper

public class MessageWrapper
extends Object

Wrapper used by jclass.util.swing.JCMessageHelper to wrap a message and a title string.

This cannot be an inner class because it is used to pass information from MessageHelper to other inner classes.


Field Summary
 boolean beep
           
 String message
           
 Component parentComponent
           
 String title
           
 
Constructor Summary
MessageWrapper(Component parentComponent, String title, String message, boolean beep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentComponent

public Component parentComponent

title

public String title

message

public String message

beep

public boolean beep
Constructor Detail

MessageWrapper

public MessageWrapper(Component parentComponent,
                      String title,
                      String message,
                      boolean beep)

Copyright © 2004 Quest Software Inc..
All rights reserved.