org.objectweb.jac.aspects.gui
Class PanelContent

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.PanelContent

public class PanelContent
extends Object

Represents the content of a panel.


Constructor Summary
PanelContent(String type, String[] args)
          Creates a new PanelContent
 
Method Summary
 String[] getArgs()
          Gets the arguments of the view
 String getType()
          Gets the type of the view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelContent

public PanelContent(String type,
                    String[] args)
Creates a new PanelContent

Parameters:
type - the type of the view of panel
args - arguments of the view
Method Detail

getArgs

public String[] getArgs()
Gets the arguments of the view

Returns:
the arguments of the view

getType

public String getType()
Gets the type of the view

Returns:
the type of the view