org.jboss.aophelper.ui
Class AopHelperUiMediator

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

public class AopHelperUiMediator
extends Object

A AopHelperUiMediator.

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

Method Summary
 void clearSelected()
           
 ClasspathTableModel getClasspathModel()
          Get the classpathModel.
 ClasspathTablePane getClasspathTable()
           
 CompileOptionsPane getCompileOptionsPane()
          Get the compileOptionsPane.
 OutputPane getOutputPane()
          Get the outputPane.
 RunClasspathTableModel getRunClasspathModel()
           
 RunClasspathTablePane getRunClasspathTable()
           
 RunOptionsPane getRunOptionsPane()
          Get the runOptionsPane.
 RunOutputPane getRunOutputPane()
          Get the runOutputPane.
 RunXmlTableModel getRunXmlModel()
          Get the runXmlModel.
 RunXmlTablePane getRunXmlTable()
          Get the runXmlTable.
 XmlTableModel getXmlModel()
           
 XmlTablePane getXmlTable()
           
static AopHelperUiMediator instance()
           
 void refresh()
           
 void setClasspathModel(ClasspathTableModel classpathModel)
          Set the classpathModel.
 void setClasspathTable(ClasspathTablePane table)
           
 void setCompileOptionsPane(CompileOptionsPane compileOptionsPane)
          Set the compileOptionsPane.
 void setOutputPane(OutputPane outputPane)
          Set the outputPane.
 void setRunClasspathModel(RunClasspathTableModel tableModel)
          FIXME Comment this
 void setRunClasspathTable(RunClasspathTablePane classpathTablePane)
          FIXME Comment this
 void setRunOptionsPane(RunOptionsPane runOptionsPane)
          Set the runOptionsPane.
 void setRunOutputPane(RunOutputPane runOutputPane)
          Set the runOutputPane.
 void setRunXmlModel(RunXmlTableModel runXmlModel)
          Set the runXmlModel.
 void setRunXmlTable(RunXmlTablePane runXmlTable)
          Set the runXmlTable.
 void setXmlModel(XmlTableModel tableModel)
           
 void setXmlTable(XmlTablePane tableP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static AopHelperUiMediator instance()

setClasspathTable

public void setClasspathTable(ClasspathTablePane table)

getClasspathTable

public ClasspathTablePane getClasspathTable()

getClasspathModel

public ClasspathTableModel getClasspathModel()
Get the classpathModel.

Returns:
the classpathModel.

setClasspathModel

public void setClasspathModel(ClasspathTableModel classpathModel)
Set the classpathModel.

Parameters:
classpathModel - The classpathModel to set.

setXmlModel

public void setXmlModel(XmlTableModel tableModel)
Parameters:
tableModel -

getXmlModel

public XmlTableModel getXmlModel()

setXmlTable

public void setXmlTable(XmlTablePane tableP)

getXmlTable

public XmlTablePane getXmlTable()

getCompileOptionsPane

public CompileOptionsPane getCompileOptionsPane()
Get the compileOptionsPane.

Returns:
the compileOptionsPane.

setCompileOptionsPane

public void setCompileOptionsPane(CompileOptionsPane compileOptionsPane)
Set the compileOptionsPane.

Parameters:
compileOptionsPane - The compileOptionsPane to set.

getOutputPane

public OutputPane getOutputPane()
Get the outputPane.

Returns:
the outputPane.

setOutputPane

public void setOutputPane(OutputPane outputPane)
Set the outputPane.

Parameters:
outputPane - The outputPane to set.

setRunClasspathModel

public void setRunClasspathModel(RunClasspathTableModel tableModel)
FIXME Comment this

Parameters:
tableModel -

getRunClasspathModel

public RunClasspathTableModel getRunClasspathModel()

setRunClasspathTable

public void setRunClasspathTable(RunClasspathTablePane classpathTablePane)
FIXME Comment this

Parameters:
runClasspathTablePane -

getRunClasspathTable

public RunClasspathTablePane getRunClasspathTable()

getRunXmlTable

public RunXmlTablePane getRunXmlTable()
Get the runXmlTable.

Returns:
the runXmlTable.

setRunXmlTable

public void setRunXmlTable(RunXmlTablePane runXmlTable)
Set the runXmlTable.

Parameters:
runXmlTable - The runXmlTable to set.

getRunXmlModel

public RunXmlTableModel getRunXmlModel()
Get the runXmlModel.

Returns:
the runXmlModel.

setRunXmlModel

public void setRunXmlModel(RunXmlTableModel runXmlModel)
Set the runXmlModel.

Parameters:
runXmlModel - The runXmlModel to set.

getRunOptionsPane

public final RunOptionsPane getRunOptionsPane()
Get the runOptionsPane.

Returns:
the runOptionsPane.

setRunOptionsPane

public final void setRunOptionsPane(RunOptionsPane runOptionsPane)
Set the runOptionsPane.

Parameters:
runOptionsPane - The runOptionsPane to set.

getRunOutputPane

public final RunOutputPane getRunOutputPane()
Get the runOutputPane.

Returns:
the runOutputPane.

setRunOutputPane

public final void setRunOutputPane(RunOutputPane runOutputPane)
Set the runOutputPane.

Parameters:
runOutputPane - The runOutputPane to set.

refresh

public void refresh()

clearSelected

public void clearSelected()


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