|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.PanelContent
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 |
public PanelContent(String type, String[] args)
type
- the type of the view of panelargs
- arguments of the viewMethod Detail |
public String[] getArgs()
public String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |