|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SwingPresentationFacade | |
---|---|
se.entitymanager | |
se.entitymanager.presentation | |
se.entitymanager.presentation.swing |
Uses of SwingPresentationFacade in se.entitymanager |
---|
Fields in se.entitymanager declared as SwingPresentationFacade | |
---|---|
private SwingPresentationFacade |
SwingFileManager.presentationFacade
The presentation facade used by this application. |
Uses of SwingPresentationFacade in se.entitymanager.presentation |
---|
Fields in se.entitymanager.presentation declared as SwingPresentationFacade | |
---|---|
private SwingPresentationFacade |
ShowPropertiesAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
RenameAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
PasteAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
OpenAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
DeleteAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
CutToAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
CutAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
CopyToAction.presentationFacade
The presentation facade to use. |
private SwingPresentationFacade |
CopyAction.presentationFacade
The presentation facade to use. |
Constructors in se.entitymanager.presentation with parameters of type SwingPresentationFacade | |
---|---|
CopyAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
CopyToAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
CutAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
CutToAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
DeleteAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
OpenAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
PasteAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
RenameAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
|
ShowPropertiesAction(java.lang.String text,
javax.swing.ImageIcon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
SwingPresentationFacade presentationFacade)
|
Uses of SwingPresentationFacade in se.entitymanager.presentation.swing |
---|
Fields in se.entitymanager.presentation.swing declared as SwingPresentationFacade | |
---|---|
private SwingPresentationFacade |
SwingToolBar.presentationFacade
The presentation facade to which this object belongs, |
private SwingPresentationFacade |
SwingPresentationLogic.presentationFacade
The presentation facade object, this object belongs to. |
private SwingPresentationFacade |
SwingPopupMenu.presentationFacade
The presentation facade to which this object belongs, |
private SwingPresentationFacade |
SwingMenuBar.presentationFacade
The presentation facade to which this object belongs, |
private SwingPresentationFacade |
SwingDualTreePanel.presentationFacade
The presentation facade to which this object belongs, |
private SwingPresentationFacade |
EntityTreeNode.presentationFacade
The presentation facade object, this object belongs to. |
private SwingPresentationFacade |
EntityTreeCellRenderer.presentationFacade
The presentation facade object, this object belongs to. |
private SwingPresentationFacade |
EntityTreeCellEditor.presentationFacade
The presentation facade object, this object belongs to. |
private SwingPresentationFacade |
EntityTree.presentationFacade
The presentation facade object, this object belongs to. |
private SwingPresentationFacade |
EntityDetailPanel.presentationFacade
The presentation facade object, this object belongs to. |
Constructors in se.entitymanager.presentation.swing with parameters of type SwingPresentationFacade | |
---|---|
EntityDetailPanel(SwingPresentationFacade presentationFacade)
Constructs an panel that shows detailed information about an entity. |
|
EntityTree(SwingPresentationFacade presentationFacade,
EntityTreeNode rootNode)
Constructs an entity tree, that uses presentationFacade to display a tree with
root rootNode . |
|
EntityTreeCellEditor(SwingPresentationFacade presentationFacade)
Constructs a EntryTreeCellEditor for a special
presentationFacade . |
|
EntityTreeCellRenderer(SwingPresentationFacade presentationFacade)
Construct a new tree cell renderer for a given presentationFacade . |
|
EntityTreeNode(SwingPresentationFacade presentationFacade,
EntityInterface entity)
Constructs a tree node for entity for a presentationFacade . |
|
SwingDualTreePanel(SwingPresentationFacade presentationFacade)
Constructs a presentation panel for a presentationFacade . |
|
SwingMenuBar(SwingPresentationFacade presentationFacade)
Constructs a menu bar for a presentationFacade . |
|
SwingPopupMenu(SwingPresentationFacade presentationFacade)
Constructs a popup menu for a presentationFacade . |
|
SwingPresentationLogic(SwingPresentationFacade presentationFacade,
LogicFacade logicFacade,
IconFactoryInterface iconFactory)
Constructs a SwingPresentationLogic for a presentationFacade , that
uses logicFacade to call methods on entities and iconFactory to create
icons for the displayPanel . |
|
SwingToolBar(SwingPresentationFacade presentationFacade)
Constructs a tool bar for a presentationFacade . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |