com.sdm.quasar.client.swing.embedding.services
Interface WindowPackService

All Superinterfaces:
Service

public interface WindowPackService
extends Service

Request to recalculate the window size and pack the window (see Window.pack()).

Version:
1.0
Author:
Thomas Wolf, Bern Olleck

Method Summary
 void requestPackWindow()
          Requests that a new layout of the visual representation is made.
 

Method Detail

requestPackWindow

public void requestPackWindow()
Requests that a new layout of the visual representation is made. The implementation may decide whether to grant the request or not.