org.scrashmeow.ojb.console.config
Class OjbConsole

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.GeneratedObject
        |
        +--org.scrashmeow.ojb.console.config.OjbConsole
All Implemented Interfaces:
java.io.Serializable

public class OjbConsole
extends GeneratedObject
implements java.io.Serializable

Class OjbConsole.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
OjbConsole()
           
 
Method Summary
 void addTabs(int index, Tabs vTabs)
          Method addTabs
 void addTabs(Tabs vTabs)
          Method addTabs
 void clearTabs()
          Method clearTabs
 java.util.Enumeration enumerateTabs()
          Method enumerateTabs
 Languages getLanguages()
          Method getLanguagesReturns the value of field 'languages'.
 Menubar getMenubar()
          Method getMenubarReturns the value of field 'menubar'.
 NavigationDefinitions getNavigationDefinitions()
          Method getNavigationDefinitionsReturns the value of field 'navigationDefinitions'.
 SearchDefinitions getSearchDefinitions()
          Method getSearchDefinitionsReturns the value of field 'searchDefinitions'.
 Tabs[] getTabs()
          Method getTabs
 Tabs getTabs(int index)
          Method getTabs
 int getTabsCount()
          Method getTabsCount
 Toolbar getToolbar()
          Method getToolbarReturns the value of field 'toolbar'.
 WidgetDefinitions getWidgetDefinitions()
          Method getWidgetDefinitionsReturns the value of field 'widgetDefinitions'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeTabs(Tabs vTabs)
          Method removeTabs
 void setLanguages(Languages languages)
          Method setLanguagesSets the value of field 'languages'.
 void setMenubar(Menubar menubar)
          Method setMenubarSets the value of field 'menubar'.
 void setNavigationDefinitions(NavigationDefinitions navigationDefinitions)
          Method setNavigationDefinitionsSets the value of field 'navigationDefinitions'.
 void setSearchDefinitions(SearchDefinitions searchDefinitions)
          Method setSearchDefinitionsSets the value of field 'searchDefinitions'.
 void setTabs(int index, Tabs vTabs)
          Method setTabs
 void setTabs(Tabs[] tabsArray)
          Method setTabs
 void setToolbar(Toolbar toolbar)
          Method setToolbarSets the value of field 'toolbar'.
 void setWidgetDefinitions(WidgetDefinitions widgetDefinitions)
          Method setWidgetDefinitionsSets the value of field 'widgetDefinitions'.
static OjbConsole unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjbConsole

public OjbConsole()
Method Detail

addTabs

public void addTabs(Tabs vTabs)
             throws java.lang.IndexOutOfBoundsException
Method addTabs

Parameters:
vTabs -
java.lang.IndexOutOfBoundsException

addTabs

public void addTabs(int index,
                    Tabs vTabs)
             throws java.lang.IndexOutOfBoundsException
Method addTabs

Parameters:
index -
vTabs -
java.lang.IndexOutOfBoundsException

clearTabs

public void clearTabs()
Method clearTabs


enumerateTabs

public java.util.Enumeration enumerateTabs()
Method enumerateTabs


getLanguages

public Languages getLanguages()
Method getLanguagesReturns the value of field 'languages'.

Returns:
the value of field 'languages'.

getMenubar

public Menubar getMenubar()
Method getMenubarReturns the value of field 'menubar'.

Returns:
the value of field 'menubar'.

getNavigationDefinitions

public NavigationDefinitions getNavigationDefinitions()
Method getNavigationDefinitionsReturns the value of field 'navigationDefinitions'.

Returns:
the value of field 'navigationDefinitions'.

getSearchDefinitions

public SearchDefinitions getSearchDefinitions()
Method getSearchDefinitionsReturns the value of field 'searchDefinitions'.

Returns:
the value of field 'searchDefinitions'.

getTabs

public Tabs getTabs(int index)
             throws java.lang.IndexOutOfBoundsException
Method getTabs

Parameters:
index -
java.lang.IndexOutOfBoundsException

getTabs

public Tabs[] getTabs()
Method getTabs


getTabsCount

public int getTabsCount()
Method getTabsCount


getToolbar

public Toolbar getToolbar()
Method getToolbarReturns the value of field 'toolbar'.

Returns:
the value of field 'toolbar'.

getWidgetDefinitions

public WidgetDefinitions getWidgetDefinitions()
Method getWidgetDefinitionsReturns the value of field 'widgetDefinitions'.

Returns:
the value of field 'widgetDefinitions'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeTabs

public boolean removeTabs(Tabs vTabs)
Method removeTabs

Parameters:
vTabs -

setLanguages

public void setLanguages(Languages languages)
Method setLanguagesSets the value of field 'languages'.

Parameters:
languages - the value of field 'languages'.

setMenubar

public void setMenubar(Menubar menubar)
Method setMenubarSets the value of field 'menubar'.

Parameters:
menubar - the value of field 'menubar'.

setNavigationDefinitions

public void setNavigationDefinitions(NavigationDefinitions navigationDefinitions)
Method setNavigationDefinitionsSets the value of field 'navigationDefinitions'.

Parameters:
navigationDefinitions - the value of field 'navigationDefinitions'.

setSearchDefinitions

public void setSearchDefinitions(SearchDefinitions searchDefinitions)
Method setSearchDefinitionsSets the value of field 'searchDefinitions'.

Parameters:
searchDefinitions - the value of field 'searchDefinitions'.

setTabs

public void setTabs(int index,
                    Tabs vTabs)
             throws java.lang.IndexOutOfBoundsException
Method setTabs

Parameters:
index -
vTabs -
java.lang.IndexOutOfBoundsException

setTabs

public void setTabs(Tabs[] tabsArray)
Method setTabs

Parameters:
tabsArray -

setToolbar

public void setToolbar(Toolbar toolbar)
Method setToolbarSets the value of field 'toolbar'.

Parameters:
toolbar - the value of field 'toolbar'.

setWidgetDefinitions

public void setWidgetDefinitions(WidgetDefinitions widgetDefinitions)
Method setWidgetDefinitionsSets the value of field 'widgetDefinitions'.

Parameters:
widgetDefinitions - the value of field 'widgetDefinitions'.

unmarshal

public static OjbConsole unmarshal(java.io.Reader reader)
                            throws org.exolab.castor.xml.MarshalException,
                                   org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.