Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
A
a
- Variable in class org.openflow.util.
LongPair
the smaller of the two values
a
- Variable in class org.openflow.util.
Pair
AbstractDrawable
- Class in
org.pzgui
Designates an object which may be drawn and/or selected.
AbstractDrawable()
- Constructor for class org.pzgui.
AbstractDrawable
AbstractLayoutable
- Class in
org.pzgui.layout
Designates an object which may be drawn and laid out.
AbstractLayoutable()
- Constructor for class org.pzgui.layout.
AbstractLayoutable
add(Icon, String)
- Method in class org.pzgui.icon.
CompositeIcon
Adds a component to this composite icon.
add(Vector2f)
- Method in class org.pzgui.math.
Vector2f
adds v to this vector
add(Vector2f, Vector2f)
- Static method in class org.pzgui.math.
Vector2f
adds v to this vector
add(Vector2i)
- Method in class org.pzgui.math.
Vector2i
adds v to this vector
add(Vector2i, Vector2i)
- Static method in class org.pzgui.math.
Vector2i
adds v to this vector
addClosingListener(PZClosing)
- Method in class org.pzgui.
PZManager
adds a listener to be notified when the manager is terminating
addConnectionManager(CH)
- Method in class org.openflow.gui.
MultipleConnectionAndTopologyHandler
Add a connection manager.
addDrawable(Drawable)
- Method in class org.pzgui.layout.
PZLayoutManager
addDrawable(Drawable)
- Method in class org.pzgui.
PZManager
Add a new entity to draw on the GUI.
addDrawableEventListener(DrawableEventListener)
- Method in class org.pzgui.
PZManager
adds a listener to be notified when the traffic matrix has changed
addEventListener(PZWindowEventListener)
- Method in class org.pzgui.
PZWindow
Registers the listener for component, key, mouse, and window events.
addFlow(Flow)
- Method in class org.openflow.gui.
Topology
add a flow to the topology
addLink(LinkType, NodeWithPorts, short, NodeWithPorts, short)
- Method in class org.openflow.gui.
Topology
addNode(BackendConnection<OFGMessage>, NodeWithPorts)
- Method in class org.openflow.gui.
Topology
Adds a node to this topology.
addRef(REF_FROM)
- Method in class org.openflow.util.
RefTrack
Adds a reference to obj
addVirtualizedDisplay(VirtualSwitchSpecification)
- Method in class org.openflow.gui.
Topology
add a new display virtualization scheme for a node
addVirtualSwitchPort(int, int)
- Method in class org.openflow.gui.
VirtualSwitchSpecification
addWindow(int, int, int, int, int, int, float)
- Method in class org.pzgui.
PZManager
adds a new display window in a thread-safe way
adjustingThumbIndex
- Variable in class org.tame.
MThumbSliderAdditionalUI.TrackListener
adjustingThumbRect
- Variable in class org.tame.
MThumbSliderAdditionalUI.TrackListener
AggregateStatsReply
- Class in
org.openflow.protocol
A reply with aggregate statistics.
AggregateStatsReply(long)
- Constructor for class org.openflow.protocol.
AggregateStatsReply
Create an aggregate request for stats from the switch with the specified DPID.
AggregateStatsReply(long, StatsFlag, DataInput)
- Constructor for class org.openflow.protocol.
AggregateStatsReply
Create an aggregate stats reply from the switch with the specified DPID and flags and read the reply from the receive buffer.
AggregateStatsRequest
- Class in
org.openflow.protocol
A request for aggregate statistics.
AggregateStatsRequest(long)
- Constructor for class org.openflow.protocol.
AggregateStatsRequest
Create an aggregate stats request from the switch with this DPID.
AggregateStatsRequest(long, short)
- Constructor for class org.openflow.protocol.
AggregateStatsRequest
Create an aggregate stats request from the switch with this DPID and port.
AggregateStatsRequest(long, short, Match)
- Constructor for class org.openflow.protocol.
AggregateStatsRequest
Create an aggregate stats request from the switch with this DPID, port, and match.
AggregateStatsRequest(long, short, Match, byte)
- Constructor for class org.openflow.protocol.
AggregateStatsRequest
Create an aggregate stats request from the switch with this DPID, port, match, and table ID.
AggregateStatsRequest(long, StatsFlag, DataInput)
- Constructor for class org.openflow.protocol.
AggregateStatsRequest
Create an aggregate request for stats from the switch with the specified DPID and flags and read the request from the receive buffer.
ALL_TABLES
- Static variable in class org.openflow.protocol.
AggregateStatsRequest
ALLOW_FLOW_SELECTION
- Static variable in class org.openflow.gui.drawables.
Flow
whether flows may be selected or highlighted
ANIMATE
- Static variable in class org.openflow.gui.drawables.
Flow
whether flows should be animated
ANY_NODE
- Static variable in class org.openflow.gui.net.protocol.
RequestLinks
ANY_TYPE
- Static variable in class org.openflow.gui.net.protocol.
Request
applyPanInProgress()
- Method in class org.pzgui.
PZWindow
apply the pan in progress
ARROW_HEAD_SIZE
- Static variable in class org.openflow.gui.drawables.
Link
size of the arrow head
AssistantUIManager
- Class in
org.tame
AssistantUIManager()
- Constructor for class org.tame.
AssistantUIManager
attachWindow(PZWindow)
- Method in class org.pzgui.layout.
PZLayoutManager
attachWindow(PZWindow)
- Method in class org.pzgui.
PZManager
Calls attchWindow(w, true).
attachWindow(PZWindow, boolean)
- Method in class org.pzgui.
PZManager
Attach an existing window to this manager.
authenticated
- Variable in class org.openflow.gui.net.protocol.auth.
AuthStatus
whether the receiver has been authenticated
AuthReply
- Class in
org.openflow.gui.net.protocol.auth
Reply to an authentication request with a user's credentials.
AuthReply(int, String, String, byte[])
- Constructor for class org.openflow.gui.net.protocol.auth.
AuthReply
Constructs a new authentication reply.
AuthRequest
- Class in
org.openflow.gui.net.protocol.auth
A request for the client to authenticate.
AuthRequest(int, int, DataInput)
- Constructor for class org.openflow.gui.net.protocol.auth.
AuthRequest
Read in the body of an AuthRequest.
AuthStatus
- Class in
org.openflow.gui.net.protocol.auth
Authentication status update message.
AuthStatus(int, int, DataInput)
- Constructor for class org.openflow.gui.net.protocol.auth.
AuthStatus
Read in the body of an AuthRequest.
AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH
- Static variable in class org.openflow.gui.
Options
whether to automatically request link info for all new switches
AUTO_TRACK_STATS_FOR_NEW_LINK
- Static variable in class org.openflow.gui.
Options
whether to automatically request that link stats be periodically sent for all new links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z