org.nuiton.guix.demo
Class GuixDemoAbstract

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Window
              extended by java.awt.Frame
                  extended by javax.swing.JFrame
                      extended by org.nuiton.guix.demo.GuixDemoAbstract
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants, GuixDemo
Direct Known Subclasses:
GuixDemoBisAbstract, GuixDemoImpl

public abstract class GuixDemoAbstract
extends javax.swing.JFrame
implements GuixDemo

test javadoc Application

See Also:
Serialized Form

Nested Class Summary
static class GuixDemoAbstract.Day
           
 
Nested classes/interfaces inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
 
Nested classes/interfaces inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
 
Nested classes/interfaces inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
 
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
protected  javax.swing.JButton _Button7
           
protected  javax.swing.JButton _Button8
           
protected  javax.swing.JToolBar _JToolBar6
           
protected  KevinMorinAbstract _KevinMorin17
           
protected  KevinMorinBisAbstract _KevinMorinBis27
           
protected  javax.swing.JLabel _Label21
           
protected  javax.swing.JLabel _Label24
           
protected  javax.swing.JMenu _Menu3
           
protected  javax.swing.JMenu _Menu5
           
protected  javax.swing.JMenuBar _MenuBar2
           
protected  javax.swing.JMenuItem _MenuItem4
           
protected  java.util.List<java.lang.String> activeBindings
          List of the active bindings
protected  javax.swing.JButton bouton1
           
protected  GuixDemo3Abstract bt3
           
protected  GuixDemo4Abstract bt32
           
protected  Controller c1
           
protected  Controller c2
           
protected  GuixDemo2Abstract gd2
           
protected  GuixDemo2Abstract gd22
           
protected  GuixDemo5Abstract gd5
           
protected  javax.swing.JMenuItem item1
           
protected  javax.swing.JLabel label
           
protected  javax.swing.JLabel label2
           
protected  javax.swing.JLabel label3
           
protected  java.util.ArrayList list
           
protected  javax.swing.JPanel table
           
protected  javax.swing.JTabbedPane tabPanel
           
protected  javax.swing.JTextField textfield
          javadoc textfield
 
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
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, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
GuixDemoAbstract()
          Constructor
 
Method Summary
protected  void _Application1Settings()
          _Application1 settings
protected  void _Button7Settings()
          _Button7 settings
protected  void _Button8Settings()
          _Button8 settings
protected  void _JToolBar6Settings()
          _JToolBar6 settings
protected  void _KevinMorin17Settings()
          _KevinMorin17 settings
protected  void _KevinMorinBis27Settings()
          _KevinMorinBis27 settings
protected  void _Label21Settings()
          _Label21 settings
protected  void _Label24Settings()
          _Label24 settings
protected  void _Menu3Settings()
          _Menu3 settings
protected  void _Menu5Settings()
          _Menu5 settings
protected  void _MenuBar2Settings()
          _MenuBar2 settings
protected  void _MenuItem4Settings()
          _MenuItem4 settings
 void applyDataBinding(java.lang.String _binding)
          Adds the listeners to the elements which are bound by another attribute
 void beforeBinding()
          Method called before the binding
 void beforeCreation()
          Method called before the creation of the components
 void beforeSetting()
          Method called before the settings of the components
 void beforeSettings()
           
 void beforeTree()
          Method called before the creation of the component tree
protected  void bouton1Settings()
          bouton1 settings
protected  void bt32Settings()
          bt32 settings
protected  void bt3Settings()
          bt3 settings
protected  void c1Settings()
          c1 settings
protected  void c2Settings()
          c2 settings
 void componentsCreation()
          Components creation
 void componentsSetting()
          Components settings
 void componentsTree()
          components layout
protected  void gd22Settings()
          gd22 settings
protected  void gd2Settings()
          gd2 settings
protected  void gd5Settings()
          gd5 settings
 javax.swing.JButton get_Button7()
           
 javax.swing.JButton get_Button8()
           
 javax.swing.JToolBar get_JToolBar6()
           
 KevinMorinAbstract get_KevinMorin17()
           
 KevinMorinBisAbstract get_KevinMorinBis27()
           
 javax.swing.JLabel get_Label21()
           
 javax.swing.JLabel get_Label24()
           
 javax.swing.JMenu get_Menu3()
           
 javax.swing.JMenu get_Menu5()
           
 javax.swing.JMenuBar get_MenuBar2()
           
 javax.swing.JMenuItem get_MenuItem4()
           
 javax.swing.JButton getB()
           
 javax.swing.JButton getBouton1()
           
 GuixDemo3Abstract getBt3()
           
 GuixDemo4Abstract getBt32()
           
 Controller getC1()
           
 Controller getC2()
           
 GuixDemo2Abstract getGd2()
           
 GuixDemo2Abstract getGd22()
           
 GuixDemo5Abstract getGd5()
           
 javax.swing.JMenuItem getItem1()
           
 javax.swing.JLabel getLabel()
           
 javax.swing.JLabel getLabel2()
           
 javax.swing.JLabel getLabel3()
           
 java.util.ArrayList getList()
           
 javax.swing.JPanel getTable()
           
 javax.swing.JTabbedPane getTabPanel()
           
 javax.swing.JTextField getTextfield()
           
 void initDataBinding()
          initilization of databinding
 void initialize()
          initialization
 void inTheEnd()
          Method called in the end of the initialization
protected  void item1Settings()
          item1 settings
protected  void label2Settings()
          label2 settings
protected  void label3Settings()
          label3 settings
protected  void labelSettings()
          label settings
protected  void listSettings()
          list settings
 void onChangeFromc1getNum()
          Method called when the objects bound by 'text' of '_Label21' change
 void onChangeFromc1getText()
          Method called when the objects bound by 'text' of '_Label21' change
 void onChangeFromc2getNum()
          Method called when the objects bound by 'text' of '_Label24' change
 void onChangeFromc2getText()
          Method called when the objects bound by 'text' of '_Label24' change
 void onChangeFromgetGd22getButtonisSelected()
          Method called when the objects bound by 'enabled' of 'textfield' change
 void onChangeFromgetGd2getButtonisSelected()
          Method called when the objects bound by 'enabled' of 'textfield' change
 void onChangeFromtextfieldenabled()
          Method called when the objects bound by 'visible' of 'label' change
 void onChangeFromtextfieldgetText()
          Method called when the objects bound by 'text' of 'label' change
 void processDataBinding(java.lang.String _binding)
          Executes the binding instruction
 void set_Button7(javax.swing.JButton newValue)
           
 void set_Button8(javax.swing.JButton newValue)
           
 void set_JToolBar6(javax.swing.JToolBar newValue)
           
 void set_KevinMorin17(KevinMorinAbstract newValue)
           
 void set_KevinMorinBis27(KevinMorinBisAbstract newValue)
           
 void set_Label21(javax.swing.JLabel newValue)
           
 void set_Label24(javax.swing.JLabel newValue)
           
 void set_Menu3(javax.swing.JMenu newValue)
           
 void set_Menu5(javax.swing.JMenu newValue)
           
 void set_MenuBar2(javax.swing.JMenuBar newValue)
           
 void set_MenuItem4(javax.swing.JMenuItem newValue)
           
 void setBouton1(javax.swing.JButton newValue)
           
 void setBt3(GuixDemo3Abstract newValue)
           
 void setBt32(GuixDemo4Abstract newValue)
           
 void setC1(Controller newValue)
           
 void setC2(Controller newValue)
           
 void setGd2(GuixDemo2Abstract newValue)
           
 void setGd22(GuixDemo2Abstract newValue)
           
 void setGd5(GuixDemo5Abstract newValue)
           
 void setItem1(javax.swing.JMenuItem newValue)
           
 void setLabel(javax.swing.JLabel newValue)
           
 void setLabel2(javax.swing.JLabel newValue)
           
 void setLabel3(javax.swing.JLabel newValue)
           
 void setList(java.util.ArrayList newValue)
           
 void setTable(javax.swing.JPanel newValue)
           
 void setTabPanel(javax.swing.JTabbedPane newValue)
           
 void setTextfield(javax.swing.JTextField newValue)
           
protected  void tableSettings()
          table settings
protected  void tabPanelSettings()
          tabPanel settings
 void test2(java.lang.String test)
          test
static void testSameName()
           
protected  void textfieldSettings()
          textfield settings
 
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
 
Methods inherited from class java.awt.Frame
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

_Button7

protected javax.swing.JButton _Button7

_Button8

protected javax.swing.JButton _Button8

_JToolBar6

protected javax.swing.JToolBar _JToolBar6

_KevinMorin17

protected KevinMorinAbstract _KevinMorin17

_KevinMorinBis27

protected KevinMorinBisAbstract _KevinMorinBis27

_Label21

protected javax.swing.JLabel _Label21

_Label24

protected javax.swing.JLabel _Label24

_Menu3

protected javax.swing.JMenu _Menu3

_Menu5

protected javax.swing.JMenu _Menu5

_MenuBar2

protected javax.swing.JMenuBar _MenuBar2

_MenuItem4

protected javax.swing.JMenuItem _MenuItem4

activeBindings

protected java.util.List<java.lang.String> activeBindings
List of the active bindings


bouton1

protected javax.swing.JButton bouton1

bt3

protected GuixDemo3Abstract bt3

bt32

protected GuixDemo4Abstract bt32

c1

protected Controller c1

c2

protected Controller c2

gd2

protected GuixDemo2Abstract gd2

gd22

protected GuixDemo2Abstract gd22

gd5

protected GuixDemo5Abstract gd5

item1

protected javax.swing.JMenuItem item1

label

protected javax.swing.JLabel label

label2

protected javax.swing.JLabel label2

label3

protected javax.swing.JLabel label3

list

protected java.util.ArrayList list

tabPanel

protected javax.swing.JTabbedPane tabPanel

table

protected javax.swing.JPanel table

textfield

protected javax.swing.JTextField textfield
javadoc textfield

Constructor Detail

GuixDemoAbstract

public GuixDemoAbstract()
Constructor

Method Detail

testSameName

public static void testSameName()

applyDataBinding

public void applyDataBinding(java.lang.String _binding)
Adds the listeners to the elements which are bound by another attribute


processDataBinding

public void processDataBinding(java.lang.String _binding)
Executes the binding instruction


getB

public javax.swing.JButton getB()

getBouton1

public javax.swing.JButton getBouton1()
Specified by:
getBouton1 in interface GuixDemo

getBt3

public GuixDemo3Abstract getBt3()
Specified by:
getBt3 in interface GuixDemo

getBt32

public GuixDemo4Abstract getBt32()
Specified by:
getBt32 in interface GuixDemo

getC1

public Controller getC1()
Specified by:
getC1 in interface GuixDemo

getC2

public Controller getC2()
Specified by:
getC2 in interface GuixDemo

getGd2

public GuixDemo2Abstract getGd2()
Specified by:
getGd2 in interface GuixDemo

getGd22

public GuixDemo2Abstract getGd22()
Specified by:
getGd22 in interface GuixDemo

getGd5

public GuixDemo5Abstract getGd5()
Specified by:
getGd5 in interface GuixDemo

getItem1

public javax.swing.JMenuItem getItem1()
Specified by:
getItem1 in interface GuixDemo

getLabel

public javax.swing.JLabel getLabel()
Specified by:
getLabel in interface GuixDemo

getLabel2

public javax.swing.JLabel getLabel2()
Specified by:
getLabel2 in interface GuixDemo

getLabel3

public javax.swing.JLabel getLabel3()
Specified by:
getLabel3 in interface GuixDemo

getList

public java.util.ArrayList getList()
Specified by:
getList in interface GuixDemo

getTabPanel

public javax.swing.JTabbedPane getTabPanel()
Specified by:
getTabPanel in interface GuixDemo

getTable

public javax.swing.JPanel getTable()
Specified by:
getTable in interface GuixDemo

getTextfield

public javax.swing.JTextField getTextfield()
Specified by:
getTextfield in interface GuixDemo

get_Button7

public javax.swing.JButton get_Button7()
Specified by:
get_Button7 in interface GuixDemo

get_Button8

public javax.swing.JButton get_Button8()
Specified by:
get_Button8 in interface GuixDemo

get_JToolBar6

public javax.swing.JToolBar get_JToolBar6()
Specified by:
get_JToolBar6 in interface GuixDemo

get_KevinMorin17

public KevinMorinAbstract get_KevinMorin17()
Specified by:
get_KevinMorin17 in interface GuixDemo

get_KevinMorinBis27

public KevinMorinBisAbstract get_KevinMorinBis27()
Specified by:
get_KevinMorinBis27 in interface GuixDemo

get_Label21

public javax.swing.JLabel get_Label21()
Specified by:
get_Label21 in interface GuixDemo

get_Label24

public javax.swing.JLabel get_Label24()
Specified by:
get_Label24 in interface GuixDemo

get_Menu3

public javax.swing.JMenu get_Menu3()
Specified by:
get_Menu3 in interface GuixDemo

get_Menu5

public javax.swing.JMenu get_Menu5()
Specified by:
get_Menu5 in interface GuixDemo

get_MenuBar2

public javax.swing.JMenuBar get_MenuBar2()
Specified by:
get_MenuBar2 in interface GuixDemo

get_MenuItem4

public javax.swing.JMenuItem get_MenuItem4()
Specified by:
get_MenuItem4 in interface GuixDemo

setBouton1

public void setBouton1(javax.swing.JButton newValue)
Specified by:
setBouton1 in interface GuixDemo

setBt3

public void setBt3(GuixDemo3Abstract newValue)
Specified by:
setBt3 in interface GuixDemo

setBt32

public void setBt32(GuixDemo4Abstract newValue)
Specified by:
setBt32 in interface GuixDemo

setC1

public void setC1(Controller newValue)
Specified by:
setC1 in interface GuixDemo

setC2

public void setC2(Controller newValue)
Specified by:
setC2 in interface GuixDemo

setGd2

public void setGd2(GuixDemo2Abstract newValue)
Specified by:
setGd2 in interface GuixDemo

setGd22

public void setGd22(GuixDemo2Abstract newValue)
Specified by:
setGd22 in interface GuixDemo

setGd5

public void setGd5(GuixDemo5Abstract newValue)
Specified by:
setGd5 in interface GuixDemo

setItem1

public void setItem1(javax.swing.JMenuItem newValue)
Specified by:
setItem1 in interface GuixDemo

setLabel

public void setLabel(javax.swing.JLabel newValue)
Specified by:
setLabel in interface GuixDemo

setLabel2

public void setLabel2(javax.swing.JLabel newValue)
Specified by:
setLabel2 in interface GuixDemo

setLabel3

public void setLabel3(javax.swing.JLabel newValue)
Specified by:
setLabel3 in interface GuixDemo

setList

public void setList(java.util.ArrayList newValue)
Specified by:
setList in interface GuixDemo

setTabPanel

public void setTabPanel(javax.swing.JTabbedPane newValue)
Specified by:
setTabPanel in interface GuixDemo

setTable

public void setTable(javax.swing.JPanel newValue)
Specified by:
setTable in interface GuixDemo

setTextfield

public void setTextfield(javax.swing.JTextField newValue)
Specified by:
setTextfield in interface GuixDemo

set_Button7

public void set_Button7(javax.swing.JButton newValue)
Specified by:
set_Button7 in interface GuixDemo

set_Button8

public void set_Button8(javax.swing.JButton newValue)
Specified by:
set_Button8 in interface GuixDemo

set_JToolBar6

public void set_JToolBar6(javax.swing.JToolBar newValue)
Specified by:
set_JToolBar6 in interface GuixDemo

set_KevinMorin17

public void set_KevinMorin17(KevinMorinAbstract newValue)
Specified by:
set_KevinMorin17 in interface GuixDemo

set_KevinMorinBis27

public void set_KevinMorinBis27(KevinMorinBisAbstract newValue)
Specified by:
set_KevinMorinBis27 in interface GuixDemo

set_Label21

public void set_Label21(javax.swing.JLabel newValue)
Specified by:
set_Label21 in interface GuixDemo

set_Label24

public void set_Label24(javax.swing.JLabel newValue)
Specified by:
set_Label24 in interface GuixDemo

set_Menu3

public void set_Menu3(javax.swing.JMenu newValue)
Specified by:
set_Menu3 in interface GuixDemo

set_Menu5

public void set_Menu5(javax.swing.JMenu newValue)
Specified by:
set_Menu5 in interface GuixDemo

set_MenuBar2

public void set_MenuBar2(javax.swing.JMenuBar newValue)
Specified by:
set_MenuBar2 in interface GuixDemo

set_MenuItem4

public void set_MenuItem4(javax.swing.JMenuItem newValue)
Specified by:
set_MenuItem4 in interface GuixDemo

beforeBinding

public void beforeBinding()
Method called before the binding

Specified by:
beforeBinding in interface GuixDemo

beforeCreation

public void beforeCreation()
Method called before the creation of the components

Specified by:
beforeCreation in interface GuixDemo

beforeSetting

public void beforeSetting()
Method called before the settings of the components

Specified by:
beforeSetting in interface GuixDemo

beforeSettings

public void beforeSettings()

beforeTree

public void beforeTree()
Method called before the creation of the component tree

Specified by:
beforeTree in interface GuixDemo

componentsCreation

public void componentsCreation()
Components creation


componentsSetting

public void componentsSetting()
Components settings


componentsTree

public void componentsTree()
components layout


inTheEnd

public void inTheEnd()
Method called in the end of the initialization

Specified by:
inTheEnd in interface GuixDemo

initDataBinding

public void initDataBinding()
initilization of databinding


initialize

public void initialize()
initialization

Specified by:
initialize in interface GuixDemo

onChangeFromc1getNum

public void onChangeFromc1getNum()
Method called when the objects bound by 'text' of '_Label21' change


onChangeFromc1getText

public void onChangeFromc1getText()
Method called when the objects bound by 'text' of '_Label21' change


onChangeFromc2getNum

public void onChangeFromc2getNum()
Method called when the objects bound by 'text' of '_Label24' change


onChangeFromc2getText

public void onChangeFromc2getText()
Method called when the objects bound by 'text' of '_Label24' change


onChangeFromgetGd22getButtonisSelected

public void onChangeFromgetGd22getButtonisSelected()
Method called when the objects bound by 'enabled' of 'textfield' change


onChangeFromgetGd2getButtonisSelected

public void onChangeFromgetGd2getButtonisSelected()
Method called when the objects bound by 'enabled' of 'textfield' change


onChangeFromtextfieldenabled

public void onChangeFromtextfieldenabled()
Method called when the objects bound by 'visible' of 'label' change


onChangeFromtextfieldgetText

public void onChangeFromtextfieldgetText()
Method called when the objects bound by 'text' of 'label' change


test2

public void test2(java.lang.String test)
           throws java.lang.NullPointerException,
                  java.lang.ArrayIndexOutOfBoundsException
test

Throws:
java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException
Since:
0.0.1

_Application1Settings

protected void _Application1Settings()
_Application1 settings


_Button7Settings

protected void _Button7Settings()
_Button7 settings


_Button8Settings

protected void _Button8Settings()
_Button8 settings


_JToolBar6Settings

protected void _JToolBar6Settings()
_JToolBar6 settings


_KevinMorin17Settings

protected void _KevinMorin17Settings()
_KevinMorin17 settings


_KevinMorinBis27Settings

protected void _KevinMorinBis27Settings()
_KevinMorinBis27 settings


_Label21Settings

protected void _Label21Settings()
_Label21 settings


_Label24Settings

protected void _Label24Settings()
_Label24 settings


_Menu3Settings

protected void _Menu3Settings()
_Menu3 settings


_Menu5Settings

protected void _Menu5Settings()
_Menu5 settings


_MenuBar2Settings

protected void _MenuBar2Settings()
_MenuBar2 settings


_MenuItem4Settings

protected void _MenuItem4Settings()
_MenuItem4 settings


bouton1Settings

protected void bouton1Settings()
bouton1 settings


bt32Settings

protected void bt32Settings()
bt32 settings


bt3Settings

protected void bt3Settings()
bt3 settings


c1Settings

protected void c1Settings()
c1 settings


c2Settings

protected void c2Settings()
c2 settings


gd22Settings

protected void gd22Settings()
gd22 settings


gd2Settings

protected void gd2Settings()
gd2 settings


gd5Settings

protected void gd5Settings()
gd5 settings


item1Settings

protected void item1Settings()
item1 settings


label2Settings

protected void label2Settings()
label2 settings


label3Settings

protected void label3Settings()
label3 settings


labelSettings

protected void labelSettings()
label settings


listSettings

protected void listSettings()
list settings


tabPanelSettings

protected void tabPanelSettings()
tabPanel settings


tableSettings

protected void tableSettings()
table settings


textfieldSettings

protected void textfieldSettings()
textfield settings



Copyright © 2009 CodeLutin. All Rights Reserved.