Extension SDK 10.1.2

oracle.ide.editor
Interface EditorInfo


public interface EditorInfo

EditorInfo is the EditorManager representation of an Editor.


Method Summary
 void _activate()
           
 void _close()
           
 int _getDocumentNumber()
           
 Editor _getEditor()
           
 javax.swing.Icon _getIcon()
           
 java.lang.String _getLongLabel()
           
 java.lang.String _getShortLabel()
           
 

Method Detail

_getEditor

public Editor _getEditor()

_getShortLabel

public java.lang.String _getShortLabel()

_getLongLabel

public java.lang.String _getLongLabel()

_getIcon

public javax.swing.Icon _getIcon()

_getDocumentNumber

public int _getDocumentNumber()

_activate

public void _activate()

_close

public void _close()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.