JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridFormatNodeAdapter

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridFormatNodeAdapter
All Implemented Interfaces:
EventListener, HiGridFormatNodeListener

public abstract class HiGridFormatNodeAdapter
extends Object
implements HiGridFormatNodeListener

The adapter which receives HiGridFormatNode events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
HiGridFormatNodeEvent

Constructor Summary
HiGridFormatNodeAdapter()
           
 
Method Summary
 void afterCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
          After creating a FormatNode's contents.
 void beforeCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
          Before creating a FormatNode's contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridFormatNodeAdapter

public HiGridFormatNodeAdapter()
Method Detail

beforeCreateFormatNodeContents

public void beforeCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
Before creating a FormatNode's contents.

Specified by:
beforeCreateFormatNodeContents in interface HiGridFormatNodeListener

afterCreateFormatNodeContents

public void afterCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
After creating a FormatNode's contents.

Specified by:
afterCreateFormatNodeContents in interface HiGridFormatNodeListener

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