|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pjsofts.eurobudget.editors
Class EntityEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.pjsofts.eurobudget.editors.ParentEditor
com.pjsofts.eurobudget.editors.EntityEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, EBEditor, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.util.Observer, java.beans.PropertyChangeListener, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class EntityEditor
- extends ParentEditor
Editeur des Tiers/Personnes/Entités
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private static java.util.ResourceBundle |
i8n
|
private javax.swing.JButton |
ownerButton
|
private javax.swing.JLabel |
ownerLabel
|
| Fields inherited from class com.pjsofts.eurobudget.editors.ParentEditor |
beanClass, beanCustomizer, cmodel, jComboBox, jLabelCombo, jPanelButtons, jPanelHeader |
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
EntityEditor()
Creates a new instance of EntityEditor |
|
| Method Summary | |
protected void |
addBean(java.lang.Object bean)
add a new bean in the list |
protected void |
beanChanged(java.awt.event.ActionEvent evt)
update the owner label |
java.lang.String |
getEditorName()
name of this editor used in moveToFront method of EuroBudget |
protected java.lang.Object |
getNewBean()
get a new bean |
protected void |
initBeanVariables()
init beanClass and beanCustomizer variable |
protected void |
initComboBoxModel()
Fill the combo box with beans |
protected void |
removeCurrentBean()
remove a bean in the data model - list |
protected void |
setTitle()
set title internal frame |
| Methods inherited from class com.pjsofts.eurobudget.editors.ParentEditor |
addMenuItems, addNewBean, getCurrentBean, getPrintableComponent, goToBean, propertyChange, reinitializeData, removeMenuItems, showEditor, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
ownerButton
private javax.swing.JButton ownerButton
ownerLabel
private javax.swing.JLabel ownerLabel
i8n
private static final java.util.ResourceBundle i8n
| Constructor Detail |
EntityEditor
public EntityEditor()
- Creates a new instance of EntityEditor
| Method Detail |
getEditorName
public java.lang.String getEditorName()
- name of this editor
used in moveToFront method of EuroBudget
setTitle
protected void setTitle()
- set title internal frame
- Specified by:
setTitlein classParentEditor
initComboBoxModel
protected void initComboBoxModel()
- Fill the combo box with beans
- Specified by:
initComboBoxModelin classParentEditor
initBeanVariables
protected void initBeanVariables()
- init beanClass and beanCustomizer variable
- Specified by:
initBeanVariablesin classParentEditor
addBean
protected void addBean(java.lang.Object bean)
- add a new bean in the list
- Specified by:
addBeanin classParentEditor
removeCurrentBean
protected void removeCurrentBean()
- remove a bean in the data model - list
- Specified by:
removeCurrentBeanin classParentEditor
beanChanged
protected void beanChanged(java.awt.event.ActionEvent evt)
- update the owner label
- Overrides:
beanChangedin classParentEditor
getNewBean
protected java.lang.Object getNewBean()
- get a new bean
- Overrides:
getNewBeanin classParentEditor
|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC