org.jboss.aophelper.ui
Class AopHelperMediator

java.lang.Object
  extended by org.jboss.aophelper.ui.AopHelperMediator

public class AopHelperMediator
extends Object

A AopHelperMediator.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen

Method Summary
 AopHelperFrame getMainPane()
          Get the mainPane.
 AopHelperMenuBar getMenuBar()
          Get the menuBar.
static AopHelperMediator instance()
           
 void loadSettings()
           
 void quit()
           
 void saveAntSettings()
           
 void saveSettings()
           
 void setMainPane(AopHelperFrame mainPane)
          Set the mainPane.
 void setMenuBar(AopHelperMenuBar menuBar)
          Set the menuBar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static AopHelperMediator instance()

quit

public void quit()

getMenuBar

public AopHelperMenuBar getMenuBar()
Get the menuBar.

Returns:
the menuBar.

setMenuBar

public void setMenuBar(AopHelperMenuBar menuBar)
Set the menuBar.

Parameters:
menuBar - The menuBar to set.

getMainPane

public AopHelperFrame getMainPane()
Get the mainPane.

Returns:
the mainPane.

setMainPane

public void setMainPane(AopHelperFrame mainPane)
Set the mainPane.

Parameters:
mainPane - The mainPane to set.

loadSettings

public void loadSettings()

saveSettings

public void saveSettings()

saveAntSettings

public void saveAntSettings()


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.