Package foundry.veil.editor
Class PostEditor
java.lang.Object
foundry.veil.editor.SingleWindowEditor
foundry.veil.editor.PostEditor
- All Implemented Interfaces:
Editor,AutoCloseable,org.lwjgl.system.NativeResource
-
Field Summary
Fields inherited from class foundry.veil.editor.SingleWindowEditor
open -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds all components inside the window.Methods inherited from class foundry.veil.editor.SingleWindowEditor
getWindowTitle, onShow, renderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundry.veil.editor.Editor
free, isEnabled, isMenuBarEnabled, isOpen, onHide, renderLast, renderMenuBarMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Constructor Details
-
PostEditor
public PostEditor()
-
-
Method Details
-
renderComponents
public void renderComponents()Description copied from class:SingleWindowEditorAdds all components inside the window.- Specified by:
renderComponentsin classSingleWindowEditor
-
getDisplayName
- Returns:
- The visible display name of this editor
-