project35.desktopDeployment
Interface NavigationView

All Superinterfaces:
javax.swing.event.ChangeListener, java.util.EventListener
All Known Implementing Classes:
NavigationTree, RecordStack

public interface NavigationView
extends javax.swing.event.ChangeListener

This is an interface developed to make Project35 better able to substitute views of the record tree. in most cases, the desired view will be a JTree. However, in other applications, it may end up being a component such as a drop down box, which shows only a branch of the tree and occupies much less space.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Method Summary
 void setActiveNode(RecordNameProvider recordNameProvider)
           
 void showNode(RecordNameProvider recordNameProvider)
           
 
Methods inherited from interface javax.swing.event.ChangeListener
stateChanged
 

Method Detail

showNode

void showNode(RecordNameProvider recordNameProvider)

setActiveNode

void setActiveNode(RecordNameProvider recordNameProvider)