protected void buildPopup( JPopupMenu inputPopup, JXEditTextArea editArea )
{
super.buildPopup( inputPopup, editArea );
inputPopup.insert( new JSeparator(), 2 );
inputPopup.insert( new AddWSSUsernameTokenAction( getModelItem() ), 3 );
inputPopup.insert( new AddWSTimestampAction( getModelItem() ), 4 );
inputPopup.insert( applyMenu = new JMenu( "Outgoing WSS" ), 5 );
inputPopup.insert( wsaApplyMenu = new JMenu( "WS-A headers" ), 6 );
inputPopup.addPopupMenuListener( new PopupMenuListener()