olr.toolbar
Interface ToolbarSession

All Known Implementing Classes:
AbstractToolbarSession

public interface ToolbarSession

Version:
$Id: ToolbarSession.java,v 1.14 2004/08/02 18:38:53 roku Exp $

Method Summary
 boolean addInstanceFile(Model model, java.lang.String title)
           
 boolean addInstanceFile(java.lang.String URI, java.lang.String title)
           
 boolean addSchema(Model model, java.lang.String title)
           
 boolean addSchema(Model model, java.lang.String title, boolean nonRemovable)
           
 boolean addSchema(java.lang.String URI, java.lang.String title)
           
 boolean containsProperty(java.lang.String property)
           
 ModelViewer getModelViewerAt(int n)
           
 java.lang.Object getResource4ID(java.lang.Object res)
           
 boolean isViewerRemovable(int n)
           
 java.lang.String removeModelAt(int n)
           
 int size()
           
 

Method Detail

size

public int size()

getModelViewerAt

public ModelViewer getModelViewerAt(int n)

addSchema

public boolean addSchema(java.lang.String URI,
                         java.lang.String title)
                  throws java.lang.Exception
Throws:
java.lang.Exception

addSchema

public boolean addSchema(Model model,
                         java.lang.String title)

addSchema

public boolean addSchema(Model model,
                         java.lang.String title,
                         boolean nonRemovable)

addInstanceFile

public boolean addInstanceFile(java.lang.String URI,
                               java.lang.String title)
                        throws java.lang.Exception
Throws:
java.lang.Exception

addInstanceFile

public boolean addInstanceFile(Model model,
                               java.lang.String title)
                        throws java.lang.Exception
Throws:
java.lang.Exception

removeModelAt

public java.lang.String removeModelAt(int n)
                               throws java.lang.Exception
Throws:
java.lang.Exception

isViewerRemovable

public boolean isViewerRemovable(int n)

containsProperty

public boolean containsProperty(java.lang.String property)

getResource4ID

public java.lang.Object getResource4ID(java.lang.Object res)


Copyright © 2001-2004 University of Hannover. All Rights Reserved.