org.scrashmeow.ojb.console.ui.control.nav
Class NavigationControl

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.control.nav.NavigationControl
All Implemented Interfaces:
java.io.Serializable, ViewControl
Direct Known Subclasses:
MenubarControl, TabsControl, ToolbarControl

public class NavigationControl
extends java.lang.Object
implements ViewControl

Author:
Alexander_Bibighaus To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Field Summary
protected  java.util.List links
          Field links
 
Constructor Summary
NavigationControl()
          Constructor for NavigationControl.
 
Method Summary
 void addLink(LinkControl link)
          Method addLink @add-javadoc!!!
 java.lang.Integer getLinkCount()
          Method getLinkCount @add-javadoc!!!
 LinkControl[] getLinks()
          Returns the links.
 void setLinks(LinkControl[] links)
          Sets the links.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

links

protected java.util.List links
Field links

Constructor Detail

NavigationControl

public NavigationControl()
Constructor for NavigationControl.

Method Detail

getLinks

public LinkControl[] getLinks()
Returns the links.

Returns:
NavigationLink[]

setLinks

public void setLinks(LinkControl[] links)
Sets the links.

Parameters:
links - The links to set

addLink

public void addLink(LinkControl link)
Method addLink @add-javadoc!!!

Parameters:
link - @add-javadoc!!!

getLinkCount

public java.lang.Integer getLinkCount()
Method getLinkCount @add-javadoc!!!

Returns:
@add-javadoc!!!


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