Class: KeepYourHead::Adaptor

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

Instance Method Summary collapse

Instance Method Details

#createChild(parent) ⇒ Object



38
39
40
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 38

def createChild(parent)
	throw ExceptionNotImplimented.new
end

#firstChild(object) ⇒ Object



28
29
30
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 28

def firstChild(object)
	throw ExceptionNotImplimented.new
end

#insertAfter(parent, item, other) ⇒ Object



41
42
43
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 41

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

#name(object) ⇒ Object



21
22
23
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 21

def name(object)
	throw ExceptionNotImplimented.new
end

#nextSibling(object) ⇒ Object



31
32
33
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 31

def nextSibling(object)
	throw ExceptionNotImplimented.new
end

#parent(object) ⇒ Object



25
26
27
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 25

def parent(object)
	throw ExceptionNotImplimented.new
end

#previousSibling(object) ⇒ Object



34
35
36
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 34

def previousSibling(object)
	throw ExceptionNotImplimented.new
end

#realization(object) ⇒ Object



48
49
50
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 48

def realization(object)
	throw ExceptionNotImplimented.new
end

#remove(item) ⇒ Object



44
45
46
# File 'lib/Keepyourhead/gui/WindowEditAdapters.rb', line 44

def remove(item)
	throw ExceptionNotImplimented.new
end