net.sf.basedb.core.plugin
Class GuiContext
java.lang.Object
net.sf.basedb.core.plugin.GuiContext
public class GuiContext
- extends Object
- Version:
- 2.0
- Author:
- Nicklas
- Last modified
- $Date: 2008-09-05 17:16:27 +0200 (Fri, 05 Sep 2008) $
item
private final Item item
type
private final GuiContext.Type type
subContext
private final String subContext
GuiContext
public GuiContext(Item item,
GuiContext.Type type)
- Parameters:
item
- Item the context holds.type
- Type of context,
shows if it is a list or single view.
GuiContext
public GuiContext(Item item,
GuiContext.Type type,
String subContext)
getItem
public Item getItem()
getType
public GuiContext.Type getType()
getSubContext
public String getSubContext()
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object