Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
M
N
O
P
R
S
T
U
A
addMode
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The AddMode parameter, passed from the html page.
AdminBrowse
- class com.submersion.jspshop.adminbrowse.
AdminBrowse
.
Java applet for browsing of trees (be it object or class)
AdminBrowse.PopupHandler
- class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
.
AdminBrowse.PopupHandler(AdminBrowse)
- Constructor for class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
AdminBrowse.TreeHandler
- class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
.
AdminBrowse.TreeHandler(AdminBrowse)
- Constructor for class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
AdminBrowse()
- Constructor for class com.submersion.jspshop.adminbrowse.
AdminBrowse
B
buildData(BufferedInputStream)
- Method in class com.submersion.jspshop.adminbrowse.
NetConnect
Takes the raw data from initialise, and builds it into a HashMap
C
clickParam
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The ClickParam parameter, passed from the html page.
clickURL
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The ClickURL parameter, passed from the html page.
context
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The Context parameter, passed from the html page.
createLayer(DefaultMutableTreeNode, String)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Using the netConnect and the URL parameter, creates a Layer under specified node, using context as a starting ID.
createRootNode()
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Creates the root Node depending on what sort of data setup there is.
createURL(String)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Concatenates a new String containing the URL that is used to get data from.
D
data
- Variable in class com.submersion.jspshop.adminbrowse.
NetConnect
HashMap containing the data returned from the URL.
deleteMode
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The DeleteMode parameter, passed from the html page.
E
expandPath(String)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Expands the JTree to the path specified.
F
findNode(DefaultMutableTreeNode, int)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Finds a node by it's hashCode
findNodeByID(String)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Uses the indices field to find a node by it's ID (from the context passed, or from the data provided by the corresponding JSP page)
G
getHashData()
- Method in class com.submersion.jspshop.adminbrowse.
NetConnect
Returns the HashMap
I
indices
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Contains a hashCode, ID lookup for JTree Nodes
init()
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Initialisation sequence starts here.
initialise(String)
- Method in class com.submersion.jspshop.adminbrowse.
NetConnect
This code is called by the constructor and actually does the data connection to the URL.
initialiseProperties()
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Read the properties from the Applet tags, validate them, and store them in local variables
M
modeParam
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The ModeParam parameter, passed from the html page.
mouseClicked(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
mouseClicked(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
mouseEntered(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
mouseEntered(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
mouseExited(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
mouseExited(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
mousePressed(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
mousePressed(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
If a double-click, open the mode, if a Right-Click, select the node right-clicked.
mouseReleased(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.PopupHandler
Check to see what JMenuItem was selected.
mouseReleased(MouseEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
Display the PopupMenu
N
NetConnect
- class com.submersion.jspshop.adminbrowse.
NetConnect
.
Does the underlying networking flow for the AdminBrowse Applet
NetConnect(String)
- Constructor for class com.submersion.jspshop.adminbrowse.
NetConnect
Calls the initialise() function that Connects to the URL passed, and constructs the HashMap for the data.
O
openMode(DefaultMutableTreeNode, String, TreePath)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Creates A URL using the ClickURL and Mode parameters, then goes to that URL.
openNode(DefaultMutableTreeNode, TreePath)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Creates A URL using the ClickURL and ClickParam parameters, then goes to that URL.
P
path
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The Path parameter, passed from the html page.
R
rootName
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The RootName parameter, passed from the html page.
S
split(String, String)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse
Helper function that splits apart a String by it's delimiter and returns an Array of that string.
T
tree
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
JTree object
treeCollapsed(TreeExpansionEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
treeExpanded(TreeExpansionEvent)
- Method in class com.submersion.jspshop.adminbrowse.
AdminBrowse.TreeHandler
When expanded, populate the data below the object expanded.
treeModel
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
A DefaultTreeModel for underlying data structure
U
url
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The URL parameter, passed from the html page.
urlParam
- Variable in class com.submersion.jspshop.adminbrowse.
AdminBrowse
The URLParam parameter, passed from the html page.
A
B
C
D
E
F
G
I
M
N
O
P
R
S
T
U
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES