public class OrdnerVerwaltungItem
extends java.lang.Object
implements de.willuhn.jameica.gui.NavigationItem
| Constructor and Description |
|---|
OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action)
Erstellt ein AktenVerwaltung Navigation Item.
|
OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action,
java.lang.String icon)
Erstellt ein AktienKonto Navigation Item.
|
OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action,
java.lang.String icon,
java.lang.Boolean enabled)
Erstellt ein AktienKonto Navigation Item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(de.willuhn.jameica.gui.Item item) |
boolean |
equals(de.willuhn.datasource.GenericObject arg0) |
de.willuhn.jameica.gui.Action |
getAction() |
java.lang.Object |
getAttribute(java.lang.String arg0) |
java.lang.String[] |
getAttributeNames() |
de.willuhn.datasource.GenericIterator |
getChildren() |
java.lang.String |
getExtendableID() |
org.eclipse.swt.graphics.Image |
getIconClose() |
org.eclipse.swt.graphics.Image |
getIconOpen() |
java.lang.String |
getID() |
java.lang.String |
getName() |
de.willuhn.datasource.GenericObjectNode |
getParent() |
de.willuhn.datasource.GenericIterator |
getPath() |
de.willuhn.datasource.GenericIterator |
getPossibleParents() |
java.lang.String |
getPrimaryAttribute() |
boolean |
hasChild(de.willuhn.datasource.GenericObjectNode arg0) |
boolean |
isEnabled() |
boolean |
isExpanded() |
void |
setEnabled(boolean enabled,
boolean recursive) |
public OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action)
item - ist das Elternelement des Navigationsitemsnavitext - der Text, der angezeigt wirdaction - die Klasse, die das Interface Action implementiert
und durch das NavigationItem ausgeführt werden soll.public OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action,
java.lang.String icon)
item - ist das Elternelement des Navigationsitemsnavitext - der Text, der angezeigt wirdaction - die Klasse, die das Interface Action implementiert
und durch das NavigationItem ausgeführt werden soll.icon - String des Icon-Bildes des NavigationItemspublic OrdnerVerwaltungItem(de.willuhn.jameica.gui.NavigationItem item,
java.lang.String navitext,
de.willuhn.jameica.gui.Action action,
java.lang.String icon,
java.lang.Boolean enabled)
item - ist das Elternelement des Navigationsitemsnavitext - der Text, der angezeigt wirdaction - die Klasse, die das Interface Action implementiert
und durch das NavigationItem ausgeführt werden soll.icon - String des Icon-Bildes des NavigationItemsenabled - setzt den Aktiv-Status des Itemspublic java.lang.String getName()
getName in interface de.willuhn.jameica.gui.ItemItem.getName()public de.willuhn.jameica.gui.Action getAction()
throws java.rmi.RemoteException
getAction in interface de.willuhn.jameica.gui.Itemjava.rmi.RemoteExceptionItem.getAction()public void addChild(de.willuhn.jameica.gui.Item item)
throws java.rmi.RemoteException
addChild in interface de.willuhn.jameica.gui.Itemjava.rmi.RemoteExceptionItem.addChild(de.willuhn.jameica.gui.Item)public boolean isEnabled()
throws java.rmi.RemoteException
isEnabled in interface de.willuhn.jameica.gui.Itemjava.rmi.RemoteExceptionItem.isEnabled()public void setEnabled(boolean enabled,
boolean recursive)
throws java.rmi.RemoteException
setEnabled in interface de.willuhn.jameica.gui.Itemjava.rmi.RemoteExceptionItem.setEnabled(boolean, boolean)public de.willuhn.datasource.GenericIterator getChildren()
throws java.rmi.RemoteException
getChildren in interface de.willuhn.datasource.GenericObjectNodejava.rmi.RemoteExceptionGenericObjectNode.getChildren()public de.willuhn.datasource.GenericObjectNode getParent()
throws java.rmi.RemoteException
getParent in interface de.willuhn.datasource.GenericObjectNodejava.rmi.RemoteExceptionGenericObjectNode.getParent()public de.willuhn.datasource.GenericIterator getPath()
throws java.rmi.RemoteException
getPath in interface de.willuhn.datasource.GenericObjectNodejava.rmi.RemoteExceptionGenericObjectNode.getPath()public de.willuhn.datasource.GenericIterator getPossibleParents()
throws java.rmi.RemoteException
getPossibleParents in interface de.willuhn.datasource.GenericObjectNodejava.rmi.RemoteExceptionGenericObjectNode.getPossibleParents()public boolean hasChild(de.willuhn.datasource.GenericObjectNode arg0)
throws java.rmi.RemoteException
hasChild in interface de.willuhn.datasource.GenericObjectNodejava.rmi.RemoteExceptionde.willuhn.datasource.GenericObjectNode#hasChild(de.willuhn.datasource
.GenericObjectNode)public boolean equals(de.willuhn.datasource.GenericObject arg0)
throws java.rmi.RemoteException
equals in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionde.willuhn.datasource.GenericObject#equals(de.willuhn.datasource.
GenericObject)public java.lang.Object getAttribute(java.lang.String arg0)
throws java.rmi.RemoteException
getAttribute in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getAttribute(java.lang.String)public java.lang.String[] getAttributeNames()
throws java.rmi.RemoteException
getAttributeNames in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getAttributeNames()public java.lang.String getID()
getID in interface de.willuhn.datasource.GenericObjectGenericObject.getID()public java.lang.String getPrimaryAttribute()
throws java.rmi.RemoteException
getPrimaryAttribute in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getPrimaryAttribute()public java.lang.String getExtendableID()
getExtendableID in interface de.willuhn.jameica.gui.extension.ExtendableExtendable.getExtendableID()public org.eclipse.swt.graphics.Image getIconOpen()
throws java.rmi.RemoteException
getIconOpen in interface de.willuhn.jameica.gui.NavigationItemjava.rmi.RemoteExceptionNavigationItem.getIconOpen()public org.eclipse.swt.graphics.Image getIconClose()
throws java.rmi.RemoteException
getIconClose in interface de.willuhn.jameica.gui.NavigationItemjava.rmi.RemoteExceptionNavigationItem.getIconClose()public boolean isExpanded()
throws java.rmi.RemoteException
isExpanded in interface de.willuhn.jameica.gui.NavigationItemjava.rmi.RemoteExceptionNavigationItem.isExpanded()