Searched refs:EditorFrame (Results 1 – 4 of 4) sorted by relevance
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObject.java | 48 import org.openoffice.examples.embedding.EditorFrame; 69 protected EditorFrame m_aEditorFrame; 439 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry() 447 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry() 866 EditorFrame aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in changeState() 893 EditorFrame aFrame = m_aEditorFrame; in changeState() 927 EditorFrame aFrame = m_aEditorFrame; in changeState()
|
H A D | EditorFrame.java | 34 public class EditorFrame extends JFrame class 55 public EditorFrame( String sName, OwnEmbeddedObject aEmbObj, int nWidth, int nHeight ) in EditorFrame() method in EditorFrame
|
H A D | Makefile | 54 EditorFrame.java
|
/trunk/main/odk/examples/java/ |
H A D | makefile.mk | 82 $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/EditorFrame.java \
|
Completed in 25 milliseconds