|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.dockable.AbstractDockable
bibliothek.gui.dock.DefaultDockable
net.sourceforge.fixagora.basis.client.view.editor.AbstractBusinessObjectEditor
net.sourceforge.fixagora.basis.client.view.editor.FSecurityEditor
public class FSecurityEditor
The Class FSecurityEditor.
Constructor Summary | |
---|---|
FSecurityEditor(FSecurity security,
MainPanel mainPanel,
BasisClientConnector basisClientConnector)
Instantiates a new f security editor. |
Method Summary | |
---|---|
void |
checkDirty()
Check dirty. |
void |
checkSecurityID(java.lang.String id)
Check security id. |
AbstractBusinessObject |
getAbstractBusinessObject()
Gets the abstract business object. |
FSecurity |
getSecurity()
Gets the security. |
javax.swing.JLabel |
getSecurityIdWarningLabel()
Gets the security id warning label. |
void |
initContent()
Inits the content. |
void |
save()
Save. |
void |
updateContent(AbstractBusinessObject abstractBusinessObject)
Update content. |
void |
updateRoles(java.util.List<FRole> roles)
Update roles. |
Methods inherited from class net.sourceforge.fixagora.basis.client.view.editor.AbstractBusinessObjectEditor |
---|
checkName, closeAbstractBusinessObjectEditor, getBasisClientConnector, getBugIcon, getMainPanel, getNameWarningLabel, getSelectedTab, getWarningIcon, handleFocus, isConsistent, isDirty, isEditable, isVisible, postConstruct |
Methods inherited from class bibliothek.gui.dock.DefaultDockable |
---|
add, add, asDockStation, getComponent, getContentPane, getFactoryID, remove, setController, setFactoryID, setLayout |
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable |
---|
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, addMouseInputListener, asDockable, bind, configureDisplayerHints, getController, getDockParent, getElement, getGlobalActionOffers, getLocalActionOffers, getPopupLocation, getTitleIcon, getTitleText, getTitleToolTip, isDockableVisible, isUsedAsTitle, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, removeKeyListener, removeMouseInputListener, requestDockTitle, resetTitleIcon, setActionOffers, setDockParent, setTitleIcon, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, unbind |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FSecurityEditor(FSecurity security, MainPanel mainPanel, BasisClientConnector basisClientConnector)
security
- the securitymainPanel
- the main panelbasisClientConnector
- the basis client connectorMethod Detail |
---|
public void initContent()
AbstractBusinessObjectEditor
initContent
in class AbstractBusinessObjectEditor
public FSecurity getSecurity()
public void save()
AbstractBusinessObjectEditor
save
in class AbstractBusinessObjectEditor
public void checkDirty()
AbstractBusinessObjectEditor
checkDirty
in class AbstractBusinessObjectEditor
public void updateContent(AbstractBusinessObject abstractBusinessObject)
AbstractBusinessObjectEditor
updateContent
in class AbstractBusinessObjectEditor
abstractBusinessObject
- the abstract business objectpublic void updateRoles(java.util.List<FRole> roles)
AbstractBusinessObjectEditor
updateRoles
in class AbstractBusinessObjectEditor
roles
- the rolespublic void checkSecurityID(java.lang.String id)
id
- the idpublic javax.swing.JLabel getSecurityIdWarningLabel()
public AbstractBusinessObject getAbstractBusinessObject()
AbstractBusinessObjectEditor
getAbstractBusinessObject
in class AbstractBusinessObjectEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |