com.japisoft.xmlpad
Interface IView


public interface IView

This is for UI part of the XMLContainer.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void addDocumentStateListener(DocumentStateListener listener)
          Store a listener for a document
 void dispose()
          Release this view
 XMLContainer getContainer()
           
 java.lang.Object[] getDocumentStateListeners()
          Return a set of listener from the addDocumentStateListener
 javax.swing.JComponent getFinalView()
           
 void removeDocumentStateListener(DocumentStateListener listener)
          Remove a listener for a document
 void setFocusView(boolean focusView)
          Show a border when true
 

Method Detail

setFocusView

public void setFocusView(boolean focusView)
Show a border when true


getDocumentStateListeners

public java.lang.Object[] getDocumentStateListeners()
Return a set of listener from the addDocumentStateListener


addDocumentStateListener

public void addDocumentStateListener(DocumentStateListener listener)
Store a listener for a document


removeDocumentStateListener

public void removeDocumentStateListener(DocumentStateListener listener)
Remove a listener for a document


dispose

public void dispose()
Release this view


getContainer

public XMLContainer getContainer()
Returns:
the bound container

getFinalView

public javax.swing.JComponent getFinalView()
Returns:
the final view


Copyright © 2006 JAPISoft. All Rights Reserved.