com.l2fprod.common.propertysheet
Class PropertySheetTableModel.Item

java.lang.Object
  extended by com.l2fprod.common.propertysheet.PropertySheetTableModel.Item
Enclosing class:
PropertySheetTableModel

public class PropertySheetTableModel.Item
extends java.lang.Object


Method Summary
 int getDepth()
           
 java.lang.String getKey()
           
 java.lang.String getName()
           
 PropertySheetTableModel.Item getParent()
           
 Property getProperty()
           
 boolean hasToggle()
           
 boolean isProperty()
           
 boolean isVisible()
           
 void setVisible(boolean visible)
           
 void toggle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

isProperty

public boolean isProperty()

getProperty

public Property getProperty()

getParent

public PropertySheetTableModel.Item getParent()

getDepth

public int getDepth()

hasToggle

public boolean hasToggle()

toggle

public void toggle()

setVisible

public void setVisible(boolean visible)

isVisible

public boolean isVisible()

getKey

public java.lang.String getKey()