org.browsecode.helpers.reorderablelistpanel
Interface CompressiblePanel

All Known Implementing Classes:
PagePanel

public interface CompressiblePanel


Method Summary
 java.awt.Component getCompressedSummary()
          Return this if you want a summary version of what's inside the panel when it's compressed.
 void willCompressNow()
          Notifier for when it's is about to be compressed
 void willExpandNow()
          Notifier for when it's about to be expanded
 

Method Detail

getCompressedSummary

java.awt.Component getCompressedSummary()
Return this if you want a summary version of what's inside the panel when it's compressed.

Returns:

willCompressNow

void willCompressNow()
Notifier for when it's is about to be compressed


willExpandNow

void willExpandNow()
Notifier for when it's about to be expanded