SMACS

smacs.xngr.browser.editor
Interface EditorExplorer

All Known Implementing Classes:
Explorer

public interface EditorExplorer


Method Summary
 void addEditor(ExplorerViewer editor)
           
 Font getFont()
           
 Font getPreferredFont()
           
 void removeEditor(ExplorerViewer editor)
           
 

Method Detail

getFont

public Font getFont()

getPreferredFont

public Font getPreferredFont()

addEditor

public void addEditor(ExplorerViewer editor)

removeEditor

public void removeEditor(ExplorerViewer editor)

SMACS