Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D F G H I N O P Q S V

A

add(String, String) - Method in class org.outerj.pollo.xmleditor.util.NodeSet
 

B

border - Variable in class org.outerj.pollo.xmleditor.util.FocusBorder
 

C

compare(Object, Object) - Method in interface org.outerj.pollo.xmleditor.util.QuickSort.Comparator
 
compare(Object, Object) - Method in class org.outerj.pollo.xmleditor.util.QuickSort.StringComparator
 
component - Variable in class org.outerj.pollo.xmleditor.util.FocusBorder
 
contains(String, String) - Method in class org.outerj.pollo.xmleditor.util.NodeSet
 

D

DomUtils - class org.outerj.pollo.xmleditor.util.DomUtils.
 
DomUtils() - Constructor for class org.outerj.pollo.xmleditor.util.DomUtils
 

F

FocusBorder - class org.outerj.pollo.xmleditor.util.FocusBorder.
This class can be registered as a focuslistener to a component, and it will display a border around a given component (possibly another component than the first) when it gets the focus.
FocusBorder(JComponent) - Constructor for class org.outerj.pollo.xmleditor.util.FocusBorder
 
focusGained(FocusEvent) - Method in class org.outerj.pollo.xmleditor.util.FocusBorder
 
focusLost(FocusEvent) - Method in class org.outerj.pollo.xmleditor.util.FocusBorder
 

G

get(String, String) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
 
get(Element) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
This method will search for the object that best matches the given element, it will take into account the parent nodes of the element.
get(String, String, Element) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
This method is usefull if you don't have an 'Element' object yet for looking up the object, but you do have an Element object for the parent of this node.
get(String, String) - Method in class org.outerj.pollo.xmleditor.util.NodeMap
 
getHashString(String, String) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
 
getHashString(String, String) - Method in class org.outerj.pollo.xmleditor.util.NodeMap
 
getHashString(String, String) - Method in class org.outerj.pollo.xmleditor.util.NodeSet
 
getQName(String, String) - Static method in class org.outerj.pollo.xmleditor.util.DomUtils
Given a prefix and local name, returns the qualified name.
getQName(Element) - Static method in class org.outerj.pollo.xmleditor.util.DomUtils
 

H

hashMap - Variable in class org.outerj.pollo.xmleditor.util.NestedNodeMap
 

I

itsComparator - Variable in class org.outerj.pollo.xmleditor.util.QuickSort
 

N

NestedNodeMap - class org.outerj.pollo.xmleditor.util.NestedNodeMap.
Stores objects based on an (XML) element path (e.g.
NestedNodeMap() - Constructor for class org.outerj.pollo.xmleditor.util.NestedNodeMap
 
NestedNodeMap.NamespaceResolver - interface org.outerj.pollo.xmleditor.util.NestedNodeMap.NamespaceResolver.
 
NestedNodeMap.NodeEntry - class org.outerj.pollo.xmleditor.util.NestedNodeMap.NodeEntry.
 
NestedNodeMap.NodeEntry() - Constructor for class org.outerj.pollo.xmleditor.util.NestedNodeMap.NodeEntry
 
NodeMap - class org.outerj.pollo.xmleditor.util.NodeMap.
Extension of java.util.HashMap that allows to get and put items based on an namespaceURI and localName.
NodeMap() - Constructor for class org.outerj.pollo.xmleditor.util.NodeMap
 
NodeSet - class org.outerj.pollo.xmleditor.util.NodeSet.
Extension of java.util.HashSet that allows to work with an namespaceURI and localName.
NodeSet() - Constructor for class org.outerj.pollo.xmleditor.util.NodeSet
 
nestedNodes - Variable in class org.outerj.pollo.xmleditor.util.NestedNodeMap.NodeEntry
 

O

oldBorder - Variable in class org.outerj.pollo.xmleditor.util.FocusBorder
 
org.outerj.pollo.xmleditor.util - package org.outerj.pollo.xmleditor.util
 

P

parseName(String) - Method in interface org.outerj.pollo.xmleditor.util.NestedNodeMap.NamespaceResolver
 
put(String, String, Object) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
 
put(String, Object, NestedNodeMap.NamespaceResolver) - Method in class org.outerj.pollo.xmleditor.util.NestedNodeMap
Puts an object in the map, whose key is a (possibly) a nested element path, e.g.
put(String, String, Object) - Method in class org.outerj.pollo.xmleditor.util.NodeMap
 

Q

QuickSort - class org.outerj.pollo.xmleditor.util.QuickSort.
 
QuickSort(QuickSort.Comparator) - Constructor for class org.outerj.pollo.xmleditor.util.QuickSort
 
QuickSort() - Constructor for class org.outerj.pollo.xmleditor.util.QuickSort
 
QuickSort.Comparator - interface org.outerj.pollo.xmleditor.util.QuickSort.Comparator.
 
QuickSort.StringComparator - class org.outerj.pollo.xmleditor.util.QuickSort.StringComparator.
 
QuickSort.StringComparator() - Constructor for class org.outerj.pollo.xmleditor.util.QuickSort.StringComparator
 
qsort(Object[], int, int) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
qsort(ArrayList, int, int) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 

S

sort(Object[]) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 
sort(Object[], int) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 
sort(ArrayList) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 
sortPartial(Object[], int) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 
sortPartial(Object[], int, int) - Method in class org.outerj.pollo.xmleditor.util.QuickSort
 
swap(Object[], int, int) - Static method in class org.outerj.pollo.xmleditor.util.QuickSort
 
swap(ArrayList, int, int) - Static method in class org.outerj.pollo.xmleditor.util.QuickSort
 

V

value - Variable in class org.outerj.pollo.xmleditor.util.NestedNodeMap.NodeEntry
 

A B C D F G H I N O P Q S V