Class: KeepYourHead::AdaptorDatabase

Inherits:
Adaptor
  • Object
show all
Defined in:
lib/Keepyourhead/gui/WindowEditAdapters.rb

Instance Method Summary collapse

Instance Method Details

#createChild(parent) ⇒ Object



71
72
73
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 71

def createChild(parent)
	throw ExceptionNotImplimented.new
end

#firstChild(object) ⇒ Object



61
62
63
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 61

def firstChild(object)
	object.files[0]
end

#insertAfter(parent, item, other) ⇒ Object



74
75
76
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 74

def insertAfter(parent,item,other)
	throw ExceptionNotImplimented.new
end

#name(object) ⇒ Object



54
55
56
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 54

def name(object)
	throw ExceptionNotImplimented.new
end

#nextSibling(object) ⇒ Object



64
65
66
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 64

def nextSibling(object)
	nil
end

#parent(object) ⇒ Object



58
59
60
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 58

def parent(object)
	nil
end

#previousSibling(object) ⇒ Object



67
68
69
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 67

def previousSibling(object)
	nil
end

#realization(object) ⇒ Object



81
82
83
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 81

def realization(object)
	object
end

#remove(item) ⇒ Object



77
78
79
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 77

def remove(item)
	throw ExceptionNotImplimented.new
end