package de.open4me.depot.gui;
import de.willuhn.jameica.gui.extension.Extendable;
import de.willuhn.jameica.gui.extension.Extension;
public class Navi implements Extension {
@Override
public void extend(Extendable extendable) {
// NavigationItem x = (NavigationItem) extendable;
// x.addChild(new NavigationItem() {
//
// @Override
// public String getName() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public Action getAction() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public void addChild(Item i) throws RemoteException {
// // TODO Auto-generated method stub
//
// }
//
// @Override
// public boolean isEnabled() throws RemoteException {
// // TODO Auto-generated method stub
// return false;
// }
//
// @Override
// public void setEnabled(boolean enabled, boolean recursive)
// throws RemoteException {
// // TODO Auto-generated method stub
//
// }
//
// @Override
// public GenericIterator getChildren() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public boolean hasChild(GenericObjectNode object)
// throws RemoteException {
// // TODO Auto-generated method stub
// return false;
// }
//
// @Override
// public GenericObjectNode getParent() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public GenericIterator getPossibleParents() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public GenericIterator getPath() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public Object getAttribute(String name) throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public String[] getAttributeNames() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public String getID() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public String getPrimaryAttribute() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public boolean equals(GenericObject other) throws RemoteException {
// // TODO Auto-generated method stub
// return false;
// }
//
// @Override
// public String getExtendableID() {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public Image getIconOpen() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public Image getIconClose() throws RemoteException {
// // TODO Auto-generated method stub
// return null;
// }
//
// @Override
// public boolean isExpanded() throws RemoteException {
// // TODO Auto-generated method stub
// return false;
// }});
}
}