net.clackrouter.jgraph.pad
Class GPBarEntry

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPBarEntry

public class GPBarEntry
extends java.lang.Object

An entry for inserts into the menubar, toolbars, graph popup menu or library popup menu


Constructor Summary
GPBarEntry(java.lang.String barKey, int pos, java.lang.String barValue)
          Constructor for GPBarEntry.
 
Method Summary
 java.lang.String getBarKey()
          Returns the barKey.
 java.lang.String getBarValue()
          Returns the barValue.
 int getPos()
          Returns the pos.
 void setBarKey(java.lang.String barKey)
          Sets the barKey.
 void setBarValue(java.lang.String barValue)
          Sets the barValue.
 void setPos(int pos)
          Sets the pos.
 java.lang.String toString()
          Prints the Entry with all properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPBarEntry

public GPBarEntry(java.lang.String barKey,
                  int pos,
                  java.lang.String barValue)
Constructor for GPBarEntry.

Method Detail

getBarKey

public java.lang.String getBarKey()
Returns the barKey.

Returns:
String

getBarValue

public java.lang.String getBarValue()
Returns the barValue.

Returns:
String

getPos

public int getPos()
Returns the pos.

Returns:
int

setBarKey

public void setBarKey(java.lang.String barKey)
Sets the barKey.

Parameters:
barKey - The barKey to set

setBarValue

public void setBarValue(java.lang.String barValue)
Sets the barValue.

Parameters:
barValue - The barValue to set

setPos

public void setPos(int pos)
Sets the pos.

Parameters:
pos - The pos to set

toString

public java.lang.String toString()
Prints the Entry with all properties.

Overrides:
toString in class java.lang.Object