org.vizzini.ui
Interface IOSXApp

All Known Implementing Classes:
AbstractApp, AbstractArcadeGameUISwing, AbstractBoardgameUISwing, AbstractCardGameUISwing, AbstractChessGameUISwing, AbstractGameUISwing, AbstractSimulationUISwing, AntUI, ColorDesigner, DatabaseUI, DefaultSimulationUISwing, GameUISwing, GameUISwing, GameUISwing, GameUISwing, GameUISwing, GameUISwing, GameUISwing, GameUISwing

public interface IOSXApp

Defines methods required by Mac OS X apps, used by OSXAdapter.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Method Summary
 void aboutActionPerformed(ActionEvent event)
          Display the about box.
 void preferencesActionPerformed(ActionEvent event)
          Display the preferences dialog.
 void quitActionPerformed(ActionEvent event)
          Handle the quit action.
 

Method Detail

aboutActionPerformed

void aboutActionPerformed(ActionEvent event)
Display the about box. OSXAdapter calls this method when "About XXX" is selected from the application menu.

Since:
v0.1

preferencesActionPerformed

void preferencesActionPerformed(ActionEvent event)
Display the preferences dialog. The OSXAdapter calls this method when "Preferences..." is selected from the application menu.

Since:
v0.1

quitActionPerformed

void quitActionPerformed(ActionEvent event)
Handle the quit action. The OSXAdapter calls this method when "Quit XXX" is selected from the application menu, Cmd-Q is pressed, or "Quit" is selected from the Dock.

Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02