edu.washington.cs.supple.wlib.java2
Interface AdaptivePanelVisitor

All Known Implementing Classes:
TestSimpleShortcutDisplay

public interface AdaptivePanelVisitor

Author:
kgajos Interface for visitors that can register with the adaptive panel to augment the contents before they are displayed

Method Summary
 java.awt.Component augmentComponent(java.awt.Component c, Solution solution, java.awt.Dimension panelSize)
          Allows the visitor to augment the contents before they are displayed
 

Method Detail

augmentComponent

public java.awt.Component augmentComponent(java.awt.Component c,
                                           Solution solution,
                                           java.awt.Dimension panelSize)
Allows the visitor to augment the contents before they are displayed

Parameters:
c - component to be displayed
solution - the solution object corresponding to the currently displayed component
panelSize - the size of the panel
Returns:
augmented component