org.itr_rescue.dataGuard.ui.event
Class FontChangeEvent

java.lang.Object
  extended by org.itr_rescue.dataGuard.ui.event.BroadcastEvent
      extended by org.itr_rescue.dataGuard.ui.event.FontChangeEvent

public class FontChangeEvent
extends BroadcastEvent

Author:
sergiu TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class org.itr_rescue.dataGuard.ui.event.BroadcastEvent
CHANGE_BGCOLOR_TYPE, CHANGE_DIR_TYPE, CHANGE_FGCOLOR_TYPE, CHANGE_FILESYSTEM_TYPE, CHANGE_FONT_TYPE, CHANGE_HELP_URL, CHANGE_MKCOLOR_TYPE, CHANGE_PANEL_TYPE, CHANGE_VIEW_TYPE, FILE_LIST_SELECTION_TYPE, UNKNOWN_TYPE
 
Constructor Summary
FontChangeEvent()
           
 
Method Summary
 java.awt.Font getFont()
           
 int getType()
           
 void setFont(java.awt.Font font)
           
 
Methods inherited from class org.itr_rescue.dataGuard.ui.event.BroadcastEvent
equals, getSource, getUserObject, setSource, setUserObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontChangeEvent

public FontChangeEvent()
Method Detail

getFont

public java.awt.Font getFont()
Returns:
Returns the font.

setFont

public void setFont(java.awt.Font font)
Parameters:
font - The font to set.

getType

public int getType()
Specified by:
getType in class BroadcastEvent
Returns:
Returns the type of the event.