|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
public class CreateInterfaceTypeAction
This action allows to create a new interface type.
Field Summary | |
---|---|
protected org.objectweb.util.explorer.core.common.api.ContextContainer |
cc_
The context container where adding the type. |
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox |
isClientBox_
The boolean boxes. |
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox |
isCollectionBox_
The boolean boxes. |
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox |
isOptionalBox_
The boolean boxes. |
protected org.objectweb.util.explorer.swing.gui.lib.LabelBox |
nameBox_
The label boxes. |
protected org.objectweb.util.explorer.swing.gui.lib.LabelBox |
signatureBox_
The label boxes. |
protected TypeFactory |
typeFactory_
The type factory used to create a type. |
Fields inherited from interface org.objectweb.util.explorer.api.MenuItem |
---|
DISABLED_STATUS, ENABLED_STATUS, NOT_VISIBLE_STATUS |
Constructor Summary | |
---|---|
CreateInterfaceTypeAction()
|
Method Summary | |
---|---|
void |
actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e)
|
protected void |
createBox(org.objectweb.util.explorer.swing.gui.api.DialogBox dialogBox)
Creates a box containing all the box to specify all the params |
void |
executeAction()
|
int |
getStatus(org.objectweb.util.explorer.api.TreeView treeView)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox isClientBox_
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox isOptionalBox_
protected org.objectweb.util.explorer.swing.gui.lib.BooleanBox isCollectionBox_
protected org.objectweb.util.explorer.swing.gui.lib.LabelBox nameBox_
protected org.objectweb.util.explorer.swing.gui.lib.LabelBox signatureBox_
protected org.objectweb.util.explorer.core.common.api.ContextContainer cc_
protected TypeFactory typeFactory_
Constructor Detail |
---|
public CreateInterfaceTypeAction()
Method Detail |
---|
protected void createBox(org.objectweb.util.explorer.swing.gui.api.DialogBox dialogBox)
dialogBox
- public void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e) throws Exception
actionPerformed
in interface org.objectweb.util.explorer.api.MenuItem
Exception
public int getStatus(org.objectweb.util.explorer.api.TreeView treeView)
getStatus
in interface org.objectweb.util.explorer.api.MenuItem
public void executeAction() throws Exception
executeAction
in interface org.objectweb.util.explorer.swing.gui.api.DialogAction
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |