Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java69 protected EditorFrame m_aEditorFrame; field in OwnEmbeddedObject
92 m_aObjSize = m_aEditorFrame.getAppSize(); in UpdateSizeAndGetFromActive()
360 if ( m_aEditorFrame == null ) in storeOwn()
363 SaveDataToStorage( m_xOwnStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeOwn()
439 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry()
441 m_aObjSize = m_aEditorFrame.getAppSize(); in setPersistentEntry()
447 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry()
449 m_aObjSize = m_aEditorFrame.getAppSize(); in setPersistentEntry()
474 String aContents = m_aEditorFrame.getText(); in storeToEntry()
476 … SaveDataToStorage( xSubStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeToEntry()
[all …]