|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iu.cnets.klatsch.lang.Value
edu.iu.cnets.klatsch.lang.VPane
public class VPane
This makes Pane
objects in the GUI a first-class value in Klatsch, enabling
manipulation, export, and other cool things. Think of them as being a bit like handles
in MATLAB.
Field Summary | |
---|---|
Pane |
p
the pane we're encapsulating |
Constructor Summary | |
---|---|
VPane(Pane p)
Constructs a new pane. |
Method Summary | |
---|---|
Value |
method_id(Value... args)
id() : Returns the ID of the pane. |
Value |
method_name(Value... args)
name() : Returns the name of the pane. |
Value |
method_prop(Value... args)
prop(s) : Returns the property with the given name |
java.lang.String |
toString()
Construct a printable representation of the pane. |
Methods inherited from class edu.iu.cnets.klatsch.lang.Value |
---|
require, requireCount, requireType, toJson |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Pane p
Constructor Detail |
---|
public VPane(Pane p)
Method Detail |
---|
public java.lang.String toString()
toString
in class Value
public Value method_id(Value... args) throws EvaluationException
EvaluationException
public Value method_name(Value... args) throws EvaluationException
EvaluationException
public Value method_prop(Value... args) throws EvaluationException
EvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |