com.enspire.gemini.commands
Class BidirectionalPropertyCommand

java.lang.Object
  extended by com.enspire.gemini.commands.BidirectionalPropertyCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
BidirectionalCollectionCommand, BidirectionalListCommand

public abstract class BidirectionalPropertyCommand
extends java.lang.Object
implements Command

A command that is tied to a specific property.

Since:
1.0
Author:
Dragan Djuric

Constructor Summary
BidirectionalPropertyCommand(BidirectionalProperty bidirectionalProperty)
           
 
Method Summary
 BidirectionalProperty getBidirectionalProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.enspire.gemini.commands.Command
execute, undo
 

Constructor Detail

BidirectionalPropertyCommand

public BidirectionalPropertyCommand(BidirectionalProperty bidirectionalProperty)
Parameters:
bidirectionalProperty -
Method Detail

getBidirectionalProperty

public BidirectionalProperty getBidirectionalProperty()
Returns:
Returns the bidirectionalProperty.


Copyright © 2005 e-nspire. All Rights Reserved.