Last update: 2011-06-23

org.proteios.core.plugin
Class GuiContext

java.lang.Object
  extended by org.proteios.core.plugin.GuiContext

public class GuiContext
extends Object

Version:
2.0
Author:
Nicklas
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Nested Class Summary
static class GuiContext.Type
           
 
Constructor Summary
GuiContext(Item item, GuiContext.Type type)
           
 
Method Summary
 Item getItem()
           
 GuiContext.Type getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuiContext

public GuiContext(Item item,
                  GuiContext.Type type)
Method Detail

getItem

public Item getItem()

getType

public GuiContext.Type getType()

toString

public String toString()
Overrides:
toString in class Object

Last update: 2011-06-23