Home
last modified time | relevance | path

Searched refs:m_aActionsList (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/embeddedobj/test/Container1/
H A DEmbedContApp.java131 private Vector m_aActionsList; field in EmbedContApp
181 m_aActionsList = new Vector(); in init()
282 if ( m_aActionsList.size() > 0 ) in actionPerformed()
489 for( int nInd = 0; nInd < m_aActionsList.size(); nInd++ ) in execute()
491 ActionObject aAction = ( ActionObject ) m_aActionsList.get( nInd ); in execute()
770 m_aActionsList.clear(); in execute()
784 int nSize = m_aActionsList.size(); in actionRegister()
788 m_aActionsList.add( new ActionObject( nActionID, sParam ) ); in actionRegister()
791 ActionObject aAction = ( ActionObject ) m_aActionsList.get( nSize - 1 ); in actionRegister()
793 m_aActionsList.add( new ActionObject( nActionID, sParam ) ); in actionRegister()

Completed in 15 milliseconds