Groovy Documentation

griffon.pivot.support.adapters
[Java] Class WindowStateAdapter

java.lang.Object
  griffon.pivot.support.adapters.WindowStateAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.WindowStateListener

public class WindowStateAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure previewWindowClose

private Closure previewWindowOpen

private Closure windowCloseVetoed

private Closure windowClosed

private Closure windowOpenVetoed

private Closure windowOpened

 
Constructor Summary
WindowStateAdapter()

 
Method Summary
Closure getPreviewWindowClose()

Closure getPreviewWindowOpen()

Closure getWindowCloseVetoed()

Closure getWindowClosed()

Closure getWindowOpenVetoed()

Closure getWindowOpened()

org.apache.pivot.util.Vote previewWindowClose(org.apache.pivot.wtk.Window arg0)

org.apache.pivot.util.Vote previewWindowOpen(org.apache.pivot.wtk.Window arg0)

void setPreviewWindowClose(Closure previewWindowClose)

void setPreviewWindowOpen(Closure previewWindowOpen)

void setWindowCloseVetoed(Closure windowCloseVetoed)

void setWindowClosed(Closure windowClosed)

void setWindowOpenVetoed(Closure windowOpenVetoed)

void setWindowOpened(Closure windowOpened)

void windowCloseVetoed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.util.Vote arg1)

void windowClosed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.Display arg1, org.apache.pivot.wtk.Window arg2)

void windowOpenVetoed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.util.Vote arg1)

void windowOpened(org.apache.pivot.wtk.Window arg0)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

previewWindowClose

private Closure previewWindowClose


previewWindowOpen

private Closure previewWindowOpen


windowCloseVetoed

private Closure windowCloseVetoed


windowClosed

private Closure windowClosed


windowOpenVetoed

private Closure windowOpenVetoed


windowOpened

private Closure windowOpened


 
Constructor Detail

WindowStateAdapter

WindowStateAdapter()


 
Method Detail

getPreviewWindowClose

public Closure getPreviewWindowClose()


getPreviewWindowOpen

public Closure getPreviewWindowOpen()


getWindowCloseVetoed

public Closure getWindowCloseVetoed()


getWindowClosed

public Closure getWindowClosed()


getWindowOpenVetoed

public Closure getWindowOpenVetoed()


getWindowOpened

public Closure getWindowOpened()


previewWindowClose

public org.apache.pivot.util.Vote previewWindowClose(org.apache.pivot.wtk.Window arg0)


previewWindowOpen

public org.apache.pivot.util.Vote previewWindowOpen(org.apache.pivot.wtk.Window arg0)


setPreviewWindowClose

public void setPreviewWindowClose(Closure previewWindowClose)


setPreviewWindowOpen

public void setPreviewWindowOpen(Closure previewWindowOpen)


setWindowCloseVetoed

public void setWindowCloseVetoed(Closure windowCloseVetoed)


setWindowClosed

public void setWindowClosed(Closure windowClosed)


setWindowOpenVetoed

public void setWindowOpenVetoed(Closure windowOpenVetoed)


setWindowOpened

public void setWindowOpened(Closure windowOpened)


windowCloseVetoed

public void windowCloseVetoed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.util.Vote arg1)


windowClosed

public void windowClosed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.Display arg1, org.apache.pivot.wtk.Window arg2)


windowOpenVetoed

public void windowOpenVetoed(org.apache.pivot.wtk.Window arg0, org.apache.pivot.util.Vote arg1)


windowOpened

public void windowOpened(org.apache.pivot.wtk.Window arg0)


 

Groovy Documentation