g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.portforward
Interface IForwardTableEntry

All Superinterfaces:
IForward

public interface IForwardTableEntry
extends IForward

Interfaces for entries in the forward table.


Method Summary
 boolean isRemoveable()
          Returns true if the entry is removeable from the forward table.
 
Methods inherited from interface eu.geclipse.core.portforward.IForward
getBindPort, getHostname, getPort, getType
 

Method Detail

isRemoveable

boolean isRemoveable()
Returns true if the entry is removeable from the forward table.

Returns:
true if the entry is removeable from the forward table.

g-Eclipse
Release 1.0.0